parent
502fa23d31
commit
4d5c65e6d4
12 changed files with 131 additions and 24 deletions
|
@ -13,6 +13,9 @@
|
|||
function NewOrgCtrl($scope, $routeParams, $timeout, $location, UserService, PlanService, ApiService, CookieService, Features) {
|
||||
$scope.Features = Features;
|
||||
$scope.holder = {};
|
||||
$scope.org = {
|
||||
'name': $routeParams['namespace'] || ''
|
||||
};
|
||||
|
||||
UserService.updateUserIn($scope);
|
||||
|
||||
|
|
Reference in a new issue