framework/js/admin
Toby Zerner 0b406a06a1 Patch Mithril with a bidi attribute
Enables quick bidirectional bindings. So instead of this:

<input value={prop()} oninput={m.withAttr('value', prop)}/>

... we can do this:

<input bidi={prop}/>
2015-09-18 13:06:37 +09:30
..
src Cleanup, update changelog 2015-09-18 13:01:31 +09:30
.gitignore Share bower components between forum/admin 2015-05-05 09:16:34 +09:30
Gulpfile.js Patch Mithril with a bidi attribute 2015-09-18 13:06:37 +09:30
package.json Externalize babel helpers. 2015-06-08 15:28:45 +09:30