orbitjs / todomvc-ember-orbit

A TodoMVC app that uses ember-orbit and orbit-server
MIT License
18 stars 9 forks source link

Enable toggle-all #6

Closed sepuckett86 closed 4 years ago

sepuckett86 commented 4 years ago

Toggle-all input icon appears only after editing a todo, and when then icon is clicked, this error message is logged:

todo-list.js:87 Uncaught TypeError: this.args.todos is not iterable
    at _class.toggleAll (todo-list.js:87)
dgeb commented 4 years ago

Thanks for reporting!

dgeb commented 4 years ago

This should be (finally) fixed via #16 and the latest ember-orbit beta. Thanks again for reporting!