1. 31 Mar, 2014 2 commits
  2. 25 Mar, 2014 5 commits
  3. 24 Mar, 2014 3 commits
  4. 23 Mar, 2014 2 commits
  5. 22 Mar, 2014 1 commit
  6. 21 Mar, 2014 1 commit
  7. 20 Mar, 2014 1 commit
  8. 19 Mar, 2014 3 commits
  9. 17 Mar, 2014 1 commit
  10. 16 Mar, 2014 2 commits
  11. 15 Mar, 2014 6 commits
  12. 12 Mar, 2014 1 commit
  13. 10 Mar, 2014 1 commit
  14. 09 Mar, 2014 3 commits
    • Pascal Hartig's avatar
      Merge branch 'pr/871' into gh-pages · 27a39afd
      Pascal Hartig authored
      Close #871
      27a39afd
    • Dmitry O's avatar
      Backbone: call initial Todos fetch with reset · 26c74cda
      Dmitry O authored
      If you want to smartly update the contents of a Collection, adding new models,
      removing missing ones, and merging those already present, you now call set
      (previously named "update"), a similar operation to calling set on a Model. This
      is now the default when you call fetch on a collection. To get the old behavior,
      pass {reset: true}.
      
      In you code you use listener to 'reset' event. So you should pass {reset: true}
      to get what you want.
      26c74cda
    • Cliff Hall's avatar
      Fix outstanding issues · 534e6832
      Cliff Hall authored
      > Add new items to end of list
      > Escape key abandons todo edit
      534e6832
  15. 06 Mar, 2014 1 commit
  16. 05 Mar, 2014 3 commits
  17. 04 Mar, 2014 2 commits
  18. 03 Mar, 2014 2 commits