Adapt to new notification library version
the notification template is now in the html pages itself
This commit is contained in:
@@ -17,7 +17,7 @@ app.config(['NotificationProvider', function (NotificationProvider) {
|
||||
startTop: 60,
|
||||
positionX: 'left',
|
||||
maxCount: 3,
|
||||
templateUrl: 'templates/notification.html'
|
||||
templateUrl: 'notification.html'
|
||||
});
|
||||
}]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user