diff --git a/src/main/webapp/js/directives.js b/src/main/webapp/js/directives.js index 5cd578d2..ee4f7b23 100644 --- a/src/main/webapp/js/directives.js +++ b/src/main/webapp/js/directives.js @@ -246,7 +246,7 @@ module.directive('category', [ function() { $scope.categoryLabel = function(category) { return $scope.showLabel !== true ? $scope.showLabel : category.name; - } + }; $scope.categoryCountLabel = function(category) { var count = $scope.unreadCount({