Simple forum software for building great communities.
Go to file
Toby Zerner 9544d7dd6a 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
framework/core Patch Mithril with a bidi attribute 2015-09-18 13:06:37 +09:30