also check entry title

This commit is contained in:
Athou
2013-04-03 13:41:30 +02:00
parent ed189c1c31
commit bb73eb18ae
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ module.directive('toolbar', function($state, $stateParams, $route, $location,
};
$scope.showButtons = function() {
return !$stateParams._keywords;
}
};
$scope.toAdmin = function() {
$location.path('admin');