1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Expand vault all tabs. Search from curr. tab page.

This commit is contained in:
Kyle Spearrin
2017-09-27 20:12:19 -04:00
parent 1fa3df1151
commit 41dda3bb61
9 changed files with 39 additions and 19 deletions

View File

@@ -112,7 +112,7 @@
url: '/vault',
templateUrl: 'app/vault/views/vault.html',
controller: 'vaultController',
params: { syncOnLoad: false }
params: { syncOnLoad: false, searchText: null }
})
.state('tabs.settings', {
url: '/settings',