component working

This commit is contained in:
Peter Holmberg
2018-10-22 14:22:40 +02:00
parent 5f515bb3fc
commit b7d821b524
8 changed files with 112 additions and 4 deletions
-2
View File
@@ -20,8 +20,6 @@ export class AlertSrv {
this.$rootScope
);
this.list.push({ severity: 'success', icon: 'warning', title: 'test', text: 'test text' });
this.$rootScope.onAppEvent(
'alert-warning',
(e, alert) => {