Commit graph

43 commits

Author SHA1 Message Date
Leo Horie
55aedaabbc fix gzip size in docs 2015-07-07 11:41:47 -04:00
Christopher Venning
34fe969b61 Change JSFiddle example to use Mithril 0.2.0 2015-06-11 16:12:10 -04:00
pelonpelon
3883d029f2 Minor corrections to getting-started.md 2015-06-01 20:27:04 -05:00
glebcha
809447ed19 corrected typo 2015-05-07 10:37:34 +05:00
glebcha
7c55516d5d added jsfiddle with extended todo app example 2015-05-06 14:00:14 +05:00
Leo Horie
24a8b0b31c add some points to address common criticism 2015-04-22 22:46:01 -04:00
Leo Horie
fceb02e887 add note about MSX in guide 2015-04-22 22:34:31 -04:00
Leo Horie
f70b4cc01b update size 2015-04-22 21:18:55 -04:00
Leo Horie
4d03595bb1 example 2015-04-13 22:17:00 -04:00
Leo Horie
d5619d412e changes in the docs: rename modules to components, change idiomatic controller and view usage 2015-04-06 22:41:38 -04:00
Leo Horie
bffc5d2eec change docs wip 2015-04-03 10:32:20 -04:00
Leo Horie
ba26db057e Merge remote-tracking branch 'origin/next' into components 2015-03-31 10:50:41 -04:00
Leo Horie
67ddca4ba7 Merge pull request #527 from milesmatthias/master-addjsfiddle
added a link for the example app in jsfiddle for people.
2015-03-31 09:03:36 -04:00
Miles Matthias
e1b326d1a9 added a link for the example app in jsfiddle for people. 2015-03-30 16:35:06 -06:00
Leo Horie
c1ea98fd09 Merge branch 'next' into components 2015-03-24 20:23:39 -04:00
Leo Horie
117739ce1c remove iife from docs example 2015-03-24 20:23:05 -04:00
Daniel Santana
e37c425d82 A simplier example with less code
This example is a little simplier and probably faster because it:
 * does not create a new closure
 * does not call a closure
 * does not create a new variable (vm)
 * does not search for that variable in two scopes every time it needs to be used
2015-03-23 17:05:17 -04:00
Leo Horie
0f45d22448 improve docs 2015-03-13 22:52:34 -04:00
Keenan Lidral-Porter
1dbe50ede2 remove unecessary function.bind call (artifact from old codebase) 2014-12-07 15:33:37 -08:00
Keenan Lidral-Porter
e690134478 replace new function pattern with IIFE and fixes errors in example code 2014-12-07 15:14:38 -08:00
Leo Horie
c980fd9b66 fix order issue when trusted content is mixed with other siblings,
fix js error when child is a random object
make home demo more minimalist
add explanation about modules in guide
2014-10-31 09:31:01 -04:00
Leo Horie
6332a805dc improve docs 2014-10-08 22:32:30 -04:00
Benedetto
ea7f8e0ec3 "name" gives me error - use a_name instead
I have noticed that one of the initial examples gives a error in my browser debugger (Safari). 
According to this page: http://www.w3schools.com/js/js_reserved.asp, "You should also avoid using the name of JavaScript built-in objects, properties, and method" (and name is listed).
In my case, if I change name to something else, I no longer get the error.
Thanks for Mithril!
2014-10-02 08:21:07 +01:00
Leo Horie
bfd043aa5e guide updates 2014-10-01 22:17:49 -04:00
Leo Horie
6f6ea4ce0d use minified file in guide to match installation 2014-09-28 14:38:29 -04:00
Leo Horie
3e8896a6d2 remove fat ctrl usage from docs 2014-09-27 18:47:04 -04:00
Leo Horie
4184da27c8 update docs about components 2014-09-26 21:42:36 -04:00
Leo Horie
6cbe17cd08 make example valid html5 2014-09-20 10:31:55 -04:00
Leo Horie
eed9c23b3e fixing docs 2014-08-21 12:52:41 -04:00
Leo Horie
c736e738ce fixing links 2014-08-12 18:00:54 -04:00
Leo Horie
4281773df9 redraw strategy 2014-08-11 23:15:53 -04:00
Leo Horie
7295b6e9e9 refactor redraw 2014-07-21 22:08:37 -04:00
Leo Horie
ccde633e92 fix double redraw when events fire simultaneously 2014-07-10 08:23:42 -04:00
Leo Horie
16e6f6fdd5 clarify controller in guide 2014-05-29 22:20:46 -04:00
eddyystop
dcc3bf1205 Made some corrections to docs. 2014-05-29 18:27:05 -04:00
David Niergarth
9ea782f759 Copy edit docs 2014-05-26 23:51:16 -05:00
Leo Horie
38634a0292 document querystring support in routes 2014-05-25 15:37:53 -04:00
Leo Horie
d677480f9b add benchmarks page 2014-05-16 09:37:03 -04:00
Leo Horie
c1f6705a59 fix docs 2014-04-29 22:17:21 -04:00
Leo Horie
d57a145daa version bump
multi-island support
typos
react comparison in home
make id change force element recreation
2014-04-19 17:56:08 -04:00
Leo Horie
0ef8c8beb6 add documentation for cdn and bower 2014-03-22 15:53:44 -04:00
Randy Morris
f1b953a263 Fix custom TodoList implementation API 2014-03-19 01:54:03 +00:00
Leo Horie
70b2489539 initial release 2014-03-16 22:07:53 -04:00