- 06 Aug, 2012 4 commits
-
-
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
-
- 01 Aug, 2012 3 commits
-
-
Sindre Sorhus authored
- Cleanup - Code style - Fix bug with removing todo after editing and the todo is empty - Update dependencies
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
- 31 Jul, 2012 5 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Addy Osmani authored
fixed broken HTML structure
-
Juri authored
-
Ryan Corradini authored
-
- 30 Jul, 2012 2 commits
-
-
Addy Osmani authored
fix broken link to epitome home page from todo page
-
DimitarChristoff authored
-
- 27 Jul, 2012 7 commits
-
-
Sindre Sorhus authored
-
Shlomi Asaf authored
-
Addy Osmani authored
YUI - Title and credits fix for consistency
-
Clarence Leung authored
-
addyosmani authored
-
addyosmani authored
-
Sindre Sorhus authored
-
- 26 Jul, 2012 7 commits
-
-
addyosmani authored
-
Addy Osmani authored
Fixes CanJS Demos, removes Zepto.
-
Ralph Holzmann authored
-
Sindre Sorhus authored
refactor for code style, spaces creep in, fix issue with active filter, ...
-
Ralph Holzmann authored
-
DimitarChristoff authored
refactor for code style, spaces creep in, fix issue with active filter, change completed to boolean, editing enter fires blur, see pull/235#issuecomment-7264416
-
Sindre Sorhus authored
-
- 25 Jul, 2012 2 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Site: Add checkmark list-style to whats new, Twitter and G+ buttons, and Twitter and Open Graph meta tags
-