Ensure busy states are reflected in the ui
This commit is contained in:
@@ -26,6 +26,7 @@ angular.module('Application').controller('NotificationsController', ['$scope', '
|
||||
},
|
||||
|
||||
showOld: function () {
|
||||
$scope.notifications.busy = true;
|
||||
$scope.notifications.all = true;
|
||||
$scope.notifications.refresh();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user