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

Added credits/thank you page for contributors

This commit is contained in:
Kyle Spearrin
2016-11-29 21:27:06 -05:00
parent 7ae4390609
commit f37737c8f6
7 changed files with 62 additions and 1 deletions

View File

@@ -131,6 +131,13 @@
data: { authorize: true },
params: { animation: null }
})
.state('credits', {
url: '/credits',
templateUrl: 'app/settings/views/settingsCredits.html',
controller: 'settingsCreditsController',
data: { authorize: true },
params: { animation: null }
})
.state('help', {
url: '/help',
templateUrl: 'app/settings/views/settingsHelp.html',