FIX: Category not updating below suggested topics

This commit is contained in:
Robin Ward 2015-11-27 12:42:32 -05:00
parent 5a15c4997c
commit 82ef27bb79
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ const TopicView = Ember.View.extend(AddCategoryClass, AddArchetypeClass, Scrolli
} else {
return I18n.t("topic.read_more", opts);
}
}.property('topicTrackingState.messageCount')
}.property('topicTrackingState.messageCount', 'controller.content.category')
});
function highlight(postNumber) {