Don't use .@each dependant keys

This commit is contained in:
Robin Ward 2016-10-25 14:29:03 -04:00
parent 6d68aac6eb
commit 55be81faa6

View File

@ -32,7 +32,7 @@ export default Ember.Component.extend({
return this.get('order') === "op_likes";
}.property('order'),
@observes('topics.@each')
@observes('topics.[]')
topicsAdded() {
// special case so we don't keep scanning huge lists
if (!this.get('lastVisitedTopic')) {