1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Load filtered sites for current tab. setup content script to collect and fill form data via message passing.

This commit is contained in:
Kyle Spearrin
2016-09-14 00:16:43 -04:00
parent e987c13b7a
commit 74dff39427
7 changed files with 193 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
angular
.module('bit.vault')
.controller('vaultController', function ($scope, $rootScope, siteService, folderService, $q, cipherService, $state, $stateParams, $uibModal, toastr) {
.controller('vaultController', function ($scope, $rootScope, siteService, folderService, $q, cipherService, $state, $stateParams, toastr) {
$('#search').focus();
var delayLoad = true;