|
@@ -30,6 +30,10 @@ define([
|
|
|
controller : 'NewDashboardCtrl',
|
|
controller : 'NewDashboardCtrl',
|
|
|
reloadOnSearch: false,
|
|
reloadOnSearch: false,
|
|
|
})
|
|
})
|
|
|
|
|
+ .when('/dashboard/import', {
|
|
|
|
|
+ templateUrl: 'app/features/dashboard/partials/import.html',
|
|
|
|
|
+ controller : 'DashboardImportCtrl',
|
|
|
|
|
+ })
|
|
|
.when('/account', {
|
|
.when('/account', {
|
|
|
templateUrl: 'app/features/account/partials/account.html',
|
|
templateUrl: 'app/features/account/partials/account.html',
|
|
|
controller : 'AccountCtrl',
|
|
controller : 'AccountCtrl',
|
|
@@ -54,10 +58,6 @@ define([
|
|
|
templateUrl: 'app/features/account/partials/apikeys.html',
|
|
templateUrl: 'app/features/account/partials/apikeys.html',
|
|
|
controller : 'ApiKeysCtrl',
|
|
controller : 'ApiKeysCtrl',
|
|
|
})
|
|
})
|
|
|
- .when('/account/import', {
|
|
|
|
|
- templateUrl: 'app/features/account/partials/import.html',
|
|
|
|
|
- controller : 'ImportCtrl',
|
|
|
|
|
- })
|
|
|
|
|
.when('/profile', {
|
|
.when('/profile', {
|
|
|
templateUrl: 'app/features/profile/partials/profile.html',
|
|
templateUrl: 'app/features/profile/partials/profile.html',
|
|
|
controller : 'ProfileCtrl',
|
|
controller : 'ProfileCtrl',
|