Commit Graph

16 Commits

Author SHA1 Message Date
Paul O’Shannessy 1e76d84569 Merge pull request #32 from spicyj/input
Add new onInput event
2013-06-05 14:57:25 -07:00
petehunt dd92335dc4 Merge pull request #46 from jordow/ChromeInstructions
Adding instructions for chrome. (No server needed! Just execute a single...
2013-06-03 03:22:19 -07:00
jordow 8c37499af8 Adding instructions for chrome. (No server needed! Just execute a single command
line to load in Chrome).
2013-06-03 02:43:48 -07:00
petehunt a32276e400 Fix bug in todomvc 2013-06-03 00:44:20 -07:00
petehunt 83b8ad7a31 Add TODOMVC features 2013-06-03 00:34:23 -07:00
Ben Alpert 6e805dda24 Change TodoMVC to not modify state in place
Instead, use .concat and make a new todos array.

Test Plan:
Added todo items successfully.
2013-05-30 20:19:19 -07:00
Ben Alpert 2467c0e651 Update examples to use onInput instead of onKeyUp
onInput has the advantage that it responds to repeated key events before
onKeyUp and is called when modifying the input without the keyboard
(such as pasting with the mouse).

Test Plan:
Opened the ballmer-peak example and docs homepage in Chrome and checked
that both examples update whenever the text is changed.
2013-05-30 18:20:34 -07:00
petehunt a808d48169 add localstorage, oops 2013-05-30 14:19:33 -07:00
petehunt a52512863e Clean up todomvc examples: autoBind(), onSubmit 2013-05-30 11:53:23 -07:00
petehunt 4297b1ad55 remove unused const 2013-05-30 11:53:23 -07:00
petehunt c7d2760521 Move backbone integration into its own mixin 2013-05-30 04:35:42 -07:00
petehunt 875782cc0a sync more with backbone 2013-05-30 04:18:40 -07:00
petehunt 036e11c9ee more backbone fixes 2013-05-30 04:11:07 -07:00
petehunt b4c0661dce Make more idiomatic 2013-05-30 03:38:42 -07:00
petehunt 56dbec46db Fix backbone todomvc example 2013-05-30 03:35:45 -07:00
Paul O’Shannessy 75897c2dcd Initial public release 2013-05-29 12:54:02 -07:00