Fixed the Banner Controller which was not returning reference to controller
This commit is contained in:
@@ -28,4 +28,5 @@ define(
|
|||||||
function BannerController($scope, notificationService){
|
function BannerController($scope, notificationService){
|
||||||
$scope.activeNotification = notificationService.active.Notification;
|
$scope.activeNotification = notificationService.active.Notification;
|
||||||
}
|
}
|
||||||
|
return BannerController;
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user