mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
better label
This commit is contained in:
@@ -118,7 +118,7 @@ module.controller('CategoryTreeCtrl', function($scope, $timeout, $stateParams,
|
|||||||
$scope.$watch(rootUnreadCount, function(value) {
|
$scope.$watch(rootUnreadCount, function(value) {
|
||||||
var label = 'CommaFeed';
|
var label = 'CommaFeed';
|
||||||
if (value > 0) {
|
if (value > 0) {
|
||||||
label = '(' + value + ') ' + label;
|
label = value + ' - ' + label;
|
||||||
}
|
}
|
||||||
$window.document.title = label;
|
$window.document.title = label;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user