add activity view

This commit is contained in:
Girish Ramakrishnan
2016-04-30 18:57:55 -07:00
parent 43051cea3b
commit 5c2a650681
5 changed files with 76 additions and 0 deletions

View File

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