I really wish I was doing something wrong here. Please see my js bin. http://jsbin.com/benewetewe/1/edit?html,js,output
Some user-story:
- When I check items and click "archive", it filters all "bought:true" away.
- When I click the "show history", it shows back all items whether its "bought:true" or not.
- But I noticed a problem, when I add new item in the list and click "archive", the new item is hid even if it's not yet "bought:true".
- But If I try to select & de-select the new item, it will now be part of the hid items when "archive" is clicked.
Anything I missed?
Thanks!