For now make the notification bubble action go to notification view
This commit is contained in:
@@ -85,7 +85,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
|
||||
|
||||
newNotifications.forEach(function (n) {
|
||||
$scope.notifications.push(n);
|
||||
Client.notify(n.title, n.message, false, 'info', n.action);
|
||||
Client.notify(n.title, n.message, false, 'info', '/#/notifications');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user