Skip to content

Commit

Permalink
Merge pull request #2001 from benjaminapetersen/bpeterse/notification…
Browse files Browse the repository at this point in the history
…s-to-notification-drawer

Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Sep 19, 2017
2 parents c63e2f5 + 966b580 commit 1ceb0ff
Show file tree
Hide file tree
Showing 6 changed files with 302 additions and 286 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if(!projectName) {
return;
}
notificationListeners.push($rootScope.$on('NotificationDrawerWrapper.count', cb));
notificationListeners.push($rootScope.$on('NotificationDrawerWrapper.onUnreadNotifications', cb));
};

var deregisterNotificationListeners = function() {
Expand Down
Loading

0 comments on commit 1ceb0ff

Please sign in to comment.