1
0
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:
Kyle Spearrin
2016-09-08 21:13:54 -04:00
parent 583c6fcad6
commit ab9593a53a
11 changed files with 131 additions and 129 deletions

View File

@@ -7,9 +7,7 @@
$scope.folders = [];
$scope.focusedSiteId = null;
$scope.$on('$ionicView.enter', function (event, data) {
loadVault();
});
loadVault();
function loadVault() {
var decSites = [];