Move email related things into separate view

This commit is contained in:
Johannes Zellner
2017-06-02 10:24:46 +02:00
parent fa3f173e8a
commit 8d45ce6971
7 changed files with 255 additions and 165 deletions

View File

@@ -46,6 +46,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/certs', {
controller: 'CertsController',
templateUrl: 'views/certs.html'
}).when('/email', {
controller: 'EmailController',
templateUrl: 'views/email.html'
}).when('/settings', {
controller: 'SettingsController',
templateUrl: 'views/settings.html'