diff --git a/docs/components.md b/docs/components.md index e23d00bd..3faaf0eb 100644 --- a/docs/components.md +++ b/docs/components.md @@ -329,7 +329,7 @@ var ContactsWidget = { view: function(ctrl) { return [ m.module(ContactForm, {onsave: ctrl.save}), - m.module(ContactList, {contacts: contacts}) + m.module(ContactList, {contacts: ctrl.contacts}) ] } }