Correction to "Aggregation of resp." example
This commit is contained in:
parent
4632a61959
commit
c267114f06
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ var ContactsWidget = {
|
||||||
view: function(ctrl) {
|
view: function(ctrl) {
|
||||||
return [
|
return [
|
||||||
m.module(ContactForm, {onsave: ctrl.save}),
|
m.module(ContactForm, {onsave: ctrl.save}),
|
||||||
m.module(ContactList, {contacts: contacts})
|
m.module(ContactList, {contacts: ctrl.contacts})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue