diff --git a/awx/ui/static/js/controllers/Inventories.js b/awx/ui/static/js/controllers/Inventories.js index e0b2534686..6cf2d5474a 100644 --- a/awx/ui/static/js/controllers/Inventories.js +++ b/awx/ui/static/js/controllers/Inventories.js @@ -380,7 +380,7 @@ export function InventoriesAdd($scope, $rootScope, $compile, $location, $log, $r // Inject dynamic view var defaultUrl = GetBasePath('inventory'), - form = InventoryForm, + form = InventoryForm(), generator = GenerateForm; form.well = true;