dashfolders: rename refactor

This commit is contained in:
Daniel Lee
2017-06-23 18:00:49 +02:00
parent 97ff245ad0
commit c6965ce6f4
2 changed files with 1 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
resolve: loadOrgBundle,
})
.when('/org/user-groups/edit/:id', {
templateUrl: 'public/app/features/org/partials/edit_user_group.html',
templateUrl: 'public/app/features/org/partials/user_group_details.html',
controller : 'UserGroupDetailsCtrl',
controllerAs: 'ctrl',
resolve: loadOrgBundle,