forked from Archives/Athou_commafeed
better label
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user