1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

refactored out main. props to each ctrl.

This commit is contained in:
Kyle Spearrin
2017-11-14 10:10:13 -05:00
parent 947e51f3b5
commit b9139eec33
5 changed files with 7 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ angular
$scope.i18n = i18nService;
$scope.showFolderCounts = !utilsService.isEdge();
$scope.showOnlyFolderView = utilsService.isEdge();
$scope.disableSearch = utilsService.isEdge();
document.getElementById('search').focus();
var syncOnLoad = $stateParams.syncOnLoad;