1
0
mirror of https://github.com/bitwarden/web synced 2025-12-14 23:33:16 +00:00

re-stub frontend sharing center

This commit is contained in:
Kyle Spearrin
2017-03-16 22:44:54 -04:00
parent 51d81dea9f
commit acf124c81e
13 changed files with 89 additions and 248 deletions

View File

@@ -104,17 +104,11 @@ angular
controller: 'toolsController',
data: { pageTitle: 'Tools' }
})
.state('backend.user.shared', {
url: '^/shared',
templateUrl: 'app/shared/views/shared.html',
controller: 'sharedController',
data: { pageTitle: 'Shared' }
})
.state('backend.user.sharedMe', {
url: '^/shared/me',
templateUrl: 'app/shared/views/sharedMe.html',
controller: 'sharedMeController',
data: { pageTitle: 'Shared with Me' }
.state('backend.user.sharing', {
url: '^/sharing',
templateUrl: 'app/sharing/views/sharing.html',
controller: 'sharingController',
data: { pageTitle: 'Sharing Center' }
})
.state('backend.org', {
templateUrl: 'app/views/organizationLayout.html',