mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 11:17:04 +00:00
Fixed the Banner Controller which was not returning reference to controller
This commit is contained in:
parent
ba614fe2d6
commit
5ff3c71523
@ -28,4 +28,5 @@ define(
|
||||
function BannerController($scope, notificationService){
|
||||
$scope.activeNotification = notificationService.active.Notification;
|
||||
}
|
||||
return BannerController;
|
||||
});
|
Loading…
Reference in New Issue
Block a user