Update angular-ui-notification and show unread notifications

This commit is contained in:
Johannes Zellner
2019-01-07 17:23:26 +01:00
parent 4051e34e20
commit 48f63ec761
13 changed files with 402 additions and 32 deletions
-1
View File
@@ -58,7 +58,6 @@ app.config(['NotificationProvider', function (NotificationProvider) {
delay: 5000,
startTop: 60,
positionX: 'left',
maxCount: 3,
templateUrl: 'notification.html'
});
}]);