mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix build
This commit is contained in:
@@ -246,7 +246,7 @@ module.directive('category', [ function() {
|
|||||||
|
|
||||||
$scope.categoryLabel = function(category) {
|
$scope.categoryLabel = function(category) {
|
||||||
return $scope.showLabel !== true ? $scope.showLabel : category.name;
|
return $scope.showLabel !== true ? $scope.showLabel : category.name;
|
||||||
}
|
};
|
||||||
|
|
||||||
$scope.categoryCountLabel = function(category) {
|
$scope.categoryCountLabel = function(category) {
|
||||||
var count = $scope.unreadCount({
|
var count = $scope.unreadCount({
|
||||||
|
|||||||
Reference in New Issue
Block a user