Merge pull request #653 from venning/next
DOCS: missing comma in example
This commit is contained in:
commit
4f7df003d1
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ Components can be placed anywhere a regular element can. If you have components
|
|||
var App = {
|
||||
controller: function() {
|
||||
return {data: [1, 2, 3]}
|
||||
}
|
||||
},
|
||||
view: function(ctrl) {
|
||||
return m(".app", [
|
||||
//pressing the button reverses the list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue