better label

This commit is contained in:
Athou
2013-04-09 08:40:36 +02:00
parent f86c919700
commit ea8a5def8c

View File

@@ -118,7 +118,7 @@ module.controller('CategoryTreeCtrl', function($scope, $timeout, $stateParams,
$scope.$watch(rootUnreadCount, function(value) {
var label = 'CommaFeed';
if (value > 0) {
label = '(' + value + ') ' + label;
label = value + ' - ' + label;
}
$window.document.title = label;
});