Merge pull request #527 from milesmatthias/master-addjsfiddle

added a link for the example app in jsfiddle for people.
This commit is contained in:
Leo Horie 2015-03-31 09:03:36 -04:00
commit 67ddca4ba7

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.