1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

setup attachments page

This commit is contained in:
Kyle Spearrin
2017-07-12 00:11:17 -04:00
parent eeddd18ca3
commit 89b1639dda
8 changed files with 151 additions and 0 deletions

View File

@@ -140,6 +140,13 @@
data: { authorize: true },
params: { animation: null, fromView: true, login: null, from: 'vault' }
})
.state('attachments', {
url: '/attachments?id',
templateUrl: 'app/vault/views/vaultAttachments.html',
controller: 'vaultAttachmentsController',
data: { authorize: true },
params: { animation: null, fromView: true, login: null, from: 'vault' }
})
.state('passwordGenerator', {
url: '/password-generator',