1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 05:43:16 +00:00

user vault collections changed to show all shared

This commit is contained in:
Kyle Spearrin
2017-04-27 16:24:38 -04:00
parent 54172c441f
commit a083fc9084
16 changed files with 71 additions and 48 deletions

View File

@@ -82,11 +82,11 @@ angular
refreshFromServer: false
}
})
.state('backend.user.collections', {
url: '^/collections',
templateUrl: 'app/vault/views/vaultCollections.html',
controller: 'vaultCollectionsController',
data: { pageTitle: 'Collections' }
.state('backend.user.shared', {
url: '^/shared',
templateUrl: 'app/vault/views/vaultShared.html',
controller: 'vaultSharedController',
data: { pageTitle: 'Shared' }
})
.state('backend.user.settings', {
url: '^/settings',