Add initial support view

This commit is contained in:
Johannes Zellner
2015-08-04 11:33:17 +02:00
parent 95cbec19af
commit 0d1ba01d65
4 changed files with 82 additions and 2 deletions

View File

@@ -37,6 +37,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/settings', {
controller: 'SettingsController',
templateUrl: 'views/settings.html'
}).when('/support', {
controller: 'SupportController',
templateUrl: 'views/support.html'
}).when('/upgrade', {
controller: 'UpgradeController',
templateUrl: 'views/upgrade.html'