This commit is contained in:
Leo Horie 2015-04-13 22:17:00 -04:00
parent f3f5b10f1b
commit 4d03595bb1
2 changed files with 26 additions and 11 deletions

View file

@ -496,10 +496,10 @@ m.mount(document, {controller: todo.controller, view: todo.view});
</script>
```
---
This example is also available as a [jsFiddle](http://jsfiddle.net/milesmatthias/fbgypzbr/1/).
---
## Notes on Architecture
Idiomatic Mithril code is meant to apply good programming conventions and be easy to refactor.