|
@@ -132,12 +132,12 @@ define([
|
|
|
controller : 'ResetPasswordCtrl',
|
|
controller : 'ResetPasswordCtrl',
|
|
|
})
|
|
})
|
|
|
.when('/org/apps', {
|
|
.when('/org/apps', {
|
|
|
- templateUrl: 'app/features/org/partials/apps.html',
|
|
|
|
|
- controller: 'AppsCtrl',
|
|
|
|
|
|
|
+ templateUrl: 'app/features/org/partials/app_list.html',
|
|
|
|
|
+ controller: 'AppListCtrl',
|
|
|
resolve: loadOrgBundle,
|
|
resolve: loadOrgBundle,
|
|
|
})
|
|
})
|
|
|
.when('/org/apps/edit/:type', {
|
|
.when('/org/apps/edit/:type', {
|
|
|
- templateUrl: 'app/features/org/partials/appEdit.html',
|
|
|
|
|
|
|
+ templateUrl: 'app/features/org/partials/app_edit.html',
|
|
|
controller: 'AppEditCtrl',
|
|
controller: 'AppEditCtrl',
|
|
|
resolve: loadOrgBundle,
|
|
resolve: loadOrgBundle,
|
|
|
})
|
|
})
|