mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
cleanup styles and pluralize vault counts
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
.controller('vaultController', function ($scope, $uibModal, apiService, $filter, cryptoService, authService, toastr,
|
||||
cipherService, $q, $localStorage, $timeout, $rootScope) {
|
||||
$scope.loading = true;
|
||||
$scope.logins = [];
|
||||
$scope.favoriteCollapsed = $localStorage.collapsedFolders && 'favorite' in $localStorage.collapsedFolders;
|
||||
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
|
||||
Reference in New Issue
Block a user