Use custom notification template

This commit is contained in:
Johannes Zellner
2016-01-14 15:53:47 +01:00
parent d822e38016
commit 263f6e49d8

View File

@@ -15,7 +15,8 @@ app.config(['NotificationProvider', function (NotificationProvider) {
NotificationProvider.setOptions({
delay: 10000,
startTop: 60,
positionX: 'left'
positionX: 'left',
templateUrl: 'templates/notification.html'
});
}]);