feat(plugins): minor progress on dashboard imports

This commit is contained in:
Torkel Ödegaard
2016-03-10 14:28:31 +01:00
parent 1951f3856f
commit 78b9c3004a
5 changed files with 71 additions and 52 deletions

View File

@@ -63,6 +63,7 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
.when('/datasources/new', {
templateUrl: 'public/app/features/datasources/partials/edit.html',
controller : 'DataSourceEditCtrl',
controllerAs: 'ctrl',
resolve: loadOrgBundle,
})
.when('/org', {