Add inventories fix

adding pararnthesis for inventory form definition. I had added this on the edit inventory controller but not the add inventory controller
This commit is contained in:
Jared Tabor 2015-03-18 11:37:33 -04:00
parent 2ef9779cd6
commit fecb51ad89

View File

@ -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;