|
@@ -89,6 +89,10 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
|
|
|
templateUrl: 'public/app/features/profile/partials/profile.html',
|
|
templateUrl: 'public/app/features/profile/partials/profile.html',
|
|
|
controller : 'ProfileCtrl',
|
|
controller : 'ProfileCtrl',
|
|
|
})
|
|
})
|
|
|
|
|
+ .when('/preferences', {
|
|
|
|
|
+ templateUrl: 'public/app/features/profile/partials/preferences.html',
|
|
|
|
|
+ controller : 'PreferencesCtrl',
|
|
|
|
|
+ })
|
|
|
.when('/profile/password', {
|
|
.when('/profile/password', {
|
|
|
templateUrl: 'public/app/features/profile/partials/password.html',
|
|
templateUrl: 'public/app/features/profile/partials/password.html',
|
|
|
controller : 'ChangePasswordCtrl',
|
|
controller : 'ChangePasswordCtrl',
|