Merge pull request #837 from sisidovski/fix_sample
Change m.mount to m.component in sample html
This commit is contained in:
commit
e9e8b0922f
1 changed files with 2 additions and 2 deletions
4
mvc.html
4
mvc.html
|
|
@ -44,8 +44,8 @@ var ContactsWidget = {
|
|||
},
|
||||
view: function(ctrl) {
|
||||
return [
|
||||
m.module(ContactForm),
|
||||
m.module(ContactList)
|
||||
m.component(ContactForm),
|
||||
m.component(ContactList)
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue