loadvault for current tab in background

This commit is contained in:
Kyle Spearrin 2017-01-26 17:53:16 -05:00
parent 4df99d2d50
commit c2c80bbb26
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ angular
$scope.loaded = false;
$scope.$on('$viewContentLoaded', function () {
$timeout(loadVault, 0);
$timeout(loadVault, 100);
});
function loadVault() {