1. 09 Mar, 2014 1 commit
    • 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
  2. 06 Mar, 2014 1 commit
  3. 05 Mar, 2014 3 commits
  4. 04 Mar, 2014 2 commits
  5. 03 Mar, 2014 3 commits
  6. 27 Feb, 2014 4 commits
  7. 25 Feb, 2014 1 commit
  8. 24 Feb, 2014 1 commit
  9. 22 Feb, 2014 2 commits
  10. 21 Feb, 2014 7 commits
  11. 20 Feb, 2014 1 commit
  12. 17 Feb, 2014 3 commits
  13. 16 Feb, 2014 4 commits
  14. 15 Feb, 2014 7 commits