diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index 9c52b21b..7309c57e 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -112,7 +112,7 @@ module.controller('CategoryTreeCtrl', function($scope, $timeout, $stateParams, }; var rootUnreadCount = function() { - return unreadCount($scope.SubscriptionService.subscriptions) + return unreadCount($scope.SubscriptionService.subscriptions); }; $scope.$watch(rootUnreadCount, function(value) {