1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

premium membership page

This commit is contained in:
Kyle Spearrin
2017-07-13 22:33:34 -04:00
parent 1c693a45b3
commit 3a8f149008
9 changed files with 255 additions and 35 deletions

View File

@@ -198,6 +198,13 @@
data: { authorize: true },
params: { animation: null }
})
.state('premium', {
url: '/premium',
templateUrl: 'app/settings/views/settingsPremium.html',
controller: 'settingsPremiumController',
data: { authorize: true },
params: { animation: null }
})
.state('folders', {
url: '/folders',