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

pass folderId to add site

This commit is contained in:
Kyle Spearrin
2016-12-08 19:24:06 -05:00
parent e414dd1867
commit 61f205b4b8
3 changed files with 9 additions and 9 deletions

View File

@@ -107,17 +107,14 @@
templateUrl: 'app/vault/views/vaultAddSite.html',
controller: 'vaultAddSiteController',
data: { authorize: true },
params: { animation: null, name: null, uri: null, site: null, from: 'vault' }
params: { animation: null, name: null, uri: null, folderId: null, site: null, from: 'vault' }
})
.state('editSite', {
url: '/edit-site?siteId',
templateUrl: 'app/vault/views/vaultEditSite.html',
controller: 'vaultEditSiteController',
data: { authorize: true },
params: {
animation: null, fromView: true, returnScrollY: 0,
returnSearchText: null, site: null, from: 'vault'
}
params: { animation: null, fromView: true, site: null, from: 'vault' }
})
.state('passwordGenerator', {