feat(notifications): set default value to false for new notifications

This commit is contained in:
bergquist 2016-09-13 14:25:48 +02:00
parent 1264a1b3a6
commit 6a723dff37

View File

@ -130,7 +130,11 @@ export class AlertTabCtrl {
return;
}
this.alertNotifications.push({name: model.name, iconClass: this.getNotificationIcon(model.type)});
this.alertNotifications.push({
name: model.name,
iconClass: this.getNotificationIcon(model.type),
isDefault: false
});
this.alert.notifications.push({id: model.id});
// reset plus button