Fixed the Banner Controller which was not returning reference to controller

This commit is contained in:
Henry
2015-10-08 13:56:59 -07:00
parent ba614fe2d6
commit 5ff3c71523

View File

@@ -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;
}); });