mirror of
https://github.com/flarum/framework.git
synced 2025-06-06 16:24:33 +08:00
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}/>
This commit is contained in:
@ -10,6 +10,7 @@ gulp({
|
||||
bowerDir + '/es6-micro-loader/dist/system-polyfill.js',
|
||||
|
||||
bowerDir + '/mithril/mithril.js',
|
||||
bowerDir + '/m.attrs.bidi/bidi.js',
|
||||
bowerDir + '/jquery/dist/jquery.js',
|
||||
bowerDir + '/moment/moment.js',
|
||||
|
||||
|
Reference in New Issue
Block a user