mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
applying new style throughout controllers
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
$scope.folders = [];
|
||||
$scope.focusedSiteId = null;
|
||||
|
||||
$scope.$on('$ionicView.enter', function (event, data) {
|
||||
loadVault();
|
||||
});
|
||||
loadVault();
|
||||
|
||||
function loadVault() {
|
||||
var decSites = [];
|
||||
|
||||
Reference in New Issue
Block a user