feat(apps): WIP progress app views

This commit is contained in:
Torkel Ödegaard
2015-12-22 13:42:48 +01:00
parent 7a87c900ee
commit b8cb5e0367
6 changed files with 49 additions and 78 deletions

View File

@@ -134,11 +134,13 @@ define([
.when('/org/apps', {
templateUrl: 'app/features/org/partials/app_list.html',
controller: 'AppListCtrl',
controllerAs: 'ctrl',
resolve: loadOrgBundle,
})
.when('/org/apps/edit/:type', {
templateUrl: 'app/features/org/partials/app_edit.html',
controller: 'AppEditCtrl',
controllerAs: 'ctrl',
resolve: loadOrgBundle,
})
.when('/global-alerts', {