Commit 27a39afd authored by Pascal Hartig's avatar Pascal Hartig

Merge branch 'pr/871' into gh-pages

Close #871
parents a0b2178c 26c74cda
......@@ -42,7 +42,7 @@ define([
this.listenTo(Todos, 'filter', this.filterAll);
this.listenTo(Todos, 'all', this.render);
Todos.fetch();
Todos.fetch({reset:true});
},
// Re-rendering the App just means refreshing the statistics -- the rest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment