added jsfiddle with extended todo app example

This commit is contained in:
glebcha 2015-05-06 14:00:14 +05:00
parent cd403225a2
commit 7c55516d5d

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.
---