show a maximum of 3 error notifications at once

This commit is contained in:
Johannes Zellner
2017-01-10 15:55:02 +01:00
parent 35404a2832
commit 741d56635f

View File

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