diff --git a/src/views/notifications.html b/src/views/notifications.html index 73856606a..52053accf 100644 --- a/src/views/notifications.html +++ b/src/views/notifications.html @@ -9,7 +9,13 @@

-
All Caught Up!
+
+
+
+

All Caught Up!

+
+
+
diff --git a/src/views/notifications.js b/src/views/notifications.js index 5cf11e26f..56bcb0356 100644 --- a/src/views/notifications.js +++ b/src/views/notifications.js @@ -26,6 +26,7 @@ angular.module('Application').controller('NotificationsController', ['$scope', ' }, showOld: function () { + $scope.notifications.busy = true; $scope.notifications.all = true; $scope.notifications.refresh(); },