mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
updated org-add form controller with form obj
This commit is contained in:
parent
d7f75ce130
commit
d5f032acb8
@ -16,7 +16,7 @@ export default ['$scope', '$rootScope', '$compile', '$location',
|
||||
|
||||
// Inject dynamic view
|
||||
var generator = GenerateForm,
|
||||
form = OrganizationForm,
|
||||
form = OrganizationForm(),
|
||||
base = $location.path().replace(/^\//, '').split('/')[0];
|
||||
|
||||
generator.inject(form, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user