Using the @each key means that every view's read and starred is watching every item in the itemController.
They should just watch 'content.read' and 'content.starred' respectively.
read: function(){varread=this.get('content').get('read');returnread;}.property('content.read'),starred: function(){varstarred=this.get('content').get('starred');returnstarred;}.property('content.starred')/ht @kselden for noticing this
Using the @each key means that every view's read and starred is watching every item in the itemController.
They should just watch 'content.read' and 'content.starred' respectively.
/ht @kselden for noticing this