missing semicolon

This commit is contained in:
Athou
2013-04-06 18:10:29 +02:00
parent 33a4f2b835
commit 92cba4e782

View File

@@ -112,7 +112,7 @@ module.controller('CategoryTreeCtrl', function($scope, $timeout, $stateParams,
}; };
var rootUnreadCount = function() { var rootUnreadCount = function() {
return unreadCount($scope.SubscriptionService.subscriptions) return unreadCount($scope.SubscriptionService.subscriptions);
}; };
$scope.$watch(rootUnreadCount, function(value) { $scope.$watch(rootUnreadCount, function(value) {