From 263f6e49d8b9d3d4f3cc2700f3739281678ff764 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 14 Jan 2016 15:53:47 +0100 Subject: [PATCH] Use custom notification template --- webadmin/src/js/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webadmin/src/js/index.js b/webadmin/src/js/index.js index 03b503be1..f619f52f8 100644 --- a/webadmin/src/js/index.js +++ b/webadmin/src/js/index.js @@ -15,7 +15,8 @@ app.config(['NotificationProvider', function (NotificationProvider) { NotificationProvider.setOptions({ delay: 10000, startTop: 60, - positionX: 'left' + positionX: 'left', + templateUrl: 'templates/notification.html' }); }]);