1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 11:43:19 +01:00
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
2015-09-18 13:06:37 +09:30
2015-09-16 17:04:35 +09:30
2015-09-17 12:16:38 +09:30
2015-07-05 21:25:09 +09:30
2015-03-30 15:50:36 +10:30
2015-08-30 15:02:48 +02:00
2015-09-18 13:01:31 +09:30
2015-09-14 18:45:49 +09:30
2015-08-29 18:29:19 +09:30

Flarum Core

This repository contains the core code of Flarum. If you want to install Flarum, visit the main Flarum repository.

Contributing

Interested in contributing to Flarum? Please read the Contributing docs to learn how you can help.

Description
No description provided
Readme 182 MiB
Languages
PHP 65.5%
JavaScript 14.2%
TypeScript 13.9%
Less 5.5%
Blade 0.7%
Other 0.2%