Merge pull request #606 from glebcha/next

added jsfiddle with extended todo app example
This commit is contained in:
Leo Horie 2015-05-06 08:57:03 -04:00
commit 3b8d743c1b

View file

@ -499,6 +499,7 @@ m.mount(document, {controller: todo.controller, view: todo.view});
```
This example is also available as a [jsFiddle](http://jsfiddle.net/milesmatthias/fbgypzbr/1/).
Theres is also [Extended example](http://jsfiddle.net/glebcha/q7tvLxsa/) available on jsfiddle.
---