1
0
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:
Kyle Spearrin
2017-04-18 12:03:06 -04:00
parent 0e36abe1ad
commit 799fbeba72
5 changed files with 22 additions and 6 deletions

View File

@@ -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 () {