1. 16 Feb, 2014 3 commits
  2. 15 Feb, 2014 7 commits
  3. 14 Feb, 2014 2 commits
  4. 13 Feb, 2014 5 commits
  5. 11 Feb, 2014 2 commits
  6. 10 Feb, 2014 2 commits
  7. 09 Feb, 2014 4 commits
  8. 08 Feb, 2014 4 commits
  9. 06 Feb, 2014 3 commits
  10. 04 Feb, 2014 6 commits
  11. 03 Feb, 2014 2 commits
    • Sindre Sorhus's avatar
      Merge pull request #822 from bantic/ember-1.3.0-ember-data-1.0 · f976510d
      Sindre Sorhus authored
      Update Ember to 1.3.1 and ember data to 1.0.0-beta.6, also jquery, handlebars
      f976510d
    • Cory Forsyth's avatar
      Change code to be more idiomatic ember · ef7de978
      Cory Forsyth authored
       * Focus new-todo input on load
       * Use CP's for reamining and completed
       * Add pluralize helper, remove html from controller
       * Add TodoController.removeTodo method
       * We want to avoid debouncing a call to `send`, so we make `removeTodo`
         a method on the controller, and have the `removeTodo` *action* simply
         call that method.
       * Move Todo auto-save from model into controller
      ef7de978