Adapt to new notification library version

the notification template is now in the html pages itself
This commit is contained in:
Johannes Zellner
2017-01-12 15:55:45 +01:00
parent 146f3ad00e
commit 1008981306
3 changed files with 11 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ app.config(['NotificationProvider', function (NotificationProvider) {
startTop: 60,
positionX: 'left',
maxCount: 3,
templateUrl: 'templates/notification.html'
templateUrl: 'notification.html'
});
}]);