Skip to content

Commit 1ceb0ff

Browse files
author
OpenShift Bot
authored
Merge pull request #2001 from benjaminapetersen/bpeterse/notifications-to-notification-drawer
Merged by openshift-bot
2 parents c63e2f5 + 966b580 commit 1ceb0ff

File tree

6 files changed

+302
-286
lines changed

6 files changed

+302
-286
lines changed

app/scripts/directives/notifications/notificationCounter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
if(!projectName) {
3333
return;
3434
}
35-
notificationListeners.push($rootScope.$on('NotificationDrawerWrapper.count', cb));
35+
notificationListeners.push($rootScope.$on('NotificationDrawerWrapper.onUnreadNotifications', cb));
3636
};
3737

3838
var deregisterNotificationListeners = function() {

0 commit comments

Comments
 (0)