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

Added export vault function to tools.

This commit is contained in:
Kyle Spearrin
2017-04-12 08:45:31 -04:00
parent 4f70911f58
commit 9e6c0f79ef
10 changed files with 187 additions and 2 deletions

View File

@@ -141,6 +141,13 @@
data: { authorize: true },
params: { animation: null, addState: null, editState: null }
})
.state('export', {
url: '/export',
templateUrl: 'app/tools/views/toolsExport.html',
controller: 'toolsExportController',
data: { authorize: true },
params: { animation: null }
})
.state('about', {
url: '/about',