Making changes to implement display queue

This commit is contained in:
Henry
2015-10-13 17:13:24 -07:00
parent b2a09599a0
commit 2ba6f18c59
7 changed files with 33 additions and 6 deletions

View File

@@ -28,6 +28,9 @@ define(
function NotificationIndicatorController($scope, notificationService, dialogService) {
$scope.notifications = notificationService.notifications;
$scope.highest = notificationService.highest;
$scope.MessageSeverity = MessageSeverity;
$scope.showNotificationsList = function(){
var model = {