FIX: Notifications do not fade after marking all as read.

This commit is contained in:
Guo Xiang Tan 2016-05-09 16:59:19 +08:00
parent b4a8cb415e
commit 3353b119ab
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72

View File

@ -9,7 +9,7 @@ export default MountWidget.extend({
this.args = { notifications: this.get('notifications') };
},
@observes('notifications.length')
@observes('notifications.length', 'notifications.@each.read')
_triggerRefresh() {
this.queueRerender();
}