1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

apps page

This commit is contained in:
Kyle Spearrin
2017-04-13 10:09:19 -04:00
parent ce64601e38
commit ce68c1599f
6 changed files with 170 additions and 2 deletions

View File

@@ -110,6 +110,12 @@ angular
controller: 'toolsController',
data: { pageTitle: 'Tools' }
})
.state('backend.user.apps', {
url: '^/apps',
templateUrl: 'app/views/apps.html',
controller: 'appsController',
data: { pageTitle: 'Get the Apps' }
})
.state('backend.org', {
templateUrl: 'app/views/organizationLayout.html',
abstract: true