quickstart-code-sample
quickstart-code-sample copied to clipboard
createTodo action after allAreDone action shows the cleared data again.
Issue was found in: http://jsbin.com/aqexej/3/edit
Steps to reproduce issue:
- Add 2 items to the todo list.
- 'Mark all as complete'.
- Add another item to the todo.
- It shows all the cleared items also.
Your example works fine for ember-1.0.0-rc.5.min.js, handlebars-1.0.0-rc.4.js, but you need to change the ember-data file to the latest.
259760 B 2013-06-01T18:35:28.000Z ember-data-latest.js
It seemed to work fine with June 1st build of ember data.
I cleared everything which was completed. Yet, in the next image it came back in the list of things. This issue only happens on the index route.
Basically using the latest ember-data, this issue does not appear.