Ensure busy states are reflected in the ui

This commit is contained in:
Johannes Zellner
2019-01-09 17:26:44 +01:00
parent 9c66a4ef4e
commit a879bdeb47
2 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ angular.module('Application').controller('NotificationsController', ['$scope', '
},
showOld: function () {
$scope.notifications.busy = true;
$scope.notifications.all = true;
$scope.notifications.refresh();
},