- 27 Aug, 2012 4 commits
-
-
Michael Nelson authored
-
nateps authored
-
Laszlo Bacsi authored
-
Michael Nelson authored
-
- 26 Aug, 2012 1 commit
-
-
addyosmani authored
-
- 25 Aug, 2012 1 commit
-
-
addyosmani authored
-
- 23 Aug, 2012 4 commits
-
-
Addy Osmani authored
Update labs/architecture-examples/dijon/js/services/LocalStorageService....
-
dadaxr authored
should use "ns" argument var rather than the global "dijondemo" var
-
Sindre Sorhus authored
css fix
-
Ilya Nemihin authored
now when checkbox done - style is working
-
- 21 Aug, 2012 1 commit
-
-
Sindre Sorhus authored
-
- 18 Aug, 2012 1 commit
-
-
Sindre Sorhus authored
-
- 17 Aug, 2012 3 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Make Backbone.xmpp demo to link to todomcv.crypho.com
-
Yiorgis Gozadinos authored
-
- 15 Aug, 2012 5 commits
-
-
Sindre Sorhus authored
-
Yiorgis Gozadinos authored
-
addyosmani authored
-
Sindre Sorhus authored
fix broken link to unlicense.org in README
-
Benjamin Reitzammer authored
-
- 09 Aug, 2012 1 commit
-
-
Addy Osmani authored
-
- 07 Aug, 2012 3 commits
-
-
addyosmani authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
- 06 Aug, 2012 6 commits
-
-
Sindre Sorhus authored
The rest will get individual tickets. Puh…
😓 Followup to #227 -
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Followup to 2b995142
-
Sindre Sorhus authored
-
Sindre Sorhus authored
It's now in the Wiki: https://github.com/addyosmani/todomvc/wiki/Other-implementations
-
- 04 Aug, 2012 1 commit
-
-
Sindre Sorhus authored
-
- 03 Aug, 2012 6 commits
-
-
Sindre Sorhus authored
#203
-
Sindre Sorhus authored
-
Addy Osmani authored
Improvements in Backbone.js application
-
Sébastien Chopin authored
-
Sébastien Chopin authored
-
Sébastien Chopin authored
Here my modifications to respect the "best-pratices" in Backbone.js : **Model** - js/models/todo.js - remove `initialize` method in Model (useless because `defaults` do already the job) - remove `clear` method, we should not change `clear` behavior of Backbone.Model -> http://backbonejs.org/#Model-clear **Views** - js/views/app.js and js/views/todos.js - Call model.destroy() (model.clear(); is not logic) - Use this.$el instead of $(this.el) to improve readability and caching Correct this issue: https://github.com/addyosmani/todomvc/issues/223 with adding `window.app.Todos.on( 'change:completed', this.addAll, this );` and `add` event call now `addAll` method in *js/views/app.js* Issue related too: https://github.com/addyosmani/todomvc/issues/253
-
- 02 Aug, 2012 3 commits
-
-
Mike Czepiel authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Ember+Require app: Apply the fix from Ember app for showing selected filter in the filter bar. Fixes #220
-