Correction to "Aggregation of resp." example

This commit is contained in:
Steven Loria 2015-03-22 18:06:31 -04:00
parent 4632a61959
commit c267114f06

View file

@ -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})
]
}
}