Move notifications into a separate view

This commit is contained in:
Johannes Zellner
2019-01-09 15:18:10 +01:00
parent e36c15f770
commit d2d75b8e41
6 changed files with 115 additions and 101 deletions
+3
View File
@@ -96,6 +96,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/email/:domain', {
controller: 'EmailController',
templateUrl: 'views/email.html?<%= revision %>'
}).when('/notifications', {
controller: 'NotificationsController',
templateUrl: 'views/notifications.html?<%= revision %>'
}).when('/settings', {
controller: 'SettingsController',
templateUrl: 'views/settings.html?<%= revision %>'