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

groups pages

This commit is contained in:
Kyle Spearrin
2017-04-20 16:31:52 -04:00
parent ede10677f9
commit 180101400f
10 changed files with 80 additions and 8 deletions

View File

@@ -155,6 +155,12 @@ angular
controller: 'organizationVaultController',
data: { pageTitle: 'Organization Vault' }
})
.state('backend.org.groups', {
url: '/organization/:orgId/groups',
templateUrl: 'app/organization/views/organizationGroups.html',
controller: 'organizationGroupsController',
data: { pageTitle: 'Organization Groups' }
})
// Frontend
.state('frontend', {