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

Added new page for viewing sites within a folder

This commit is contained in:
Kyle Spearrin
2016-12-06 23:54:03 -05:00
parent b4d41c6808
commit 4476eb7389
9 changed files with 218 additions and 2 deletions

View File

@@ -88,6 +88,13 @@
controller: 'toolsController'
})
.state('viewFolder', {
url: '/view-folder?folderId',
templateUrl: 'app/vault/views/vaultViewFolder.html',
controller: 'vaultViewFolderController',
data: { authorize: true },
params: { animation: null, returnScrollY: 0, returnSearchText: null, fromCurrent: false }
})
.state('viewSite', {
url: '/view-site?siteId',
templateUrl: 'app/vault/views/vaultViewSite.html',