Merge remote-tracking branch 'origin/next' into components

This commit is contained in:
Leo Horie 2015-03-31 10:50:41 -04:00
commit ba26db057e
3 changed files with 70 additions and 22 deletions

View file

@ -498,6 +498,8 @@ m.module(document, {controller: todo.controller, view: todo.view});
---
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.