/********************************************* * Copyright (c) 2013 AnsibleWorks, Inc. * * InventoryGroups.js * Form definition for Groups model * * */ angular.module('InventoryGroupsFormDefinition', []) .value( 'InventoryGroupsForm', { type: 'groupsview', title: "groupTitle", editTitle: 'Groups', iterator: 'group', fields: { }, actions: { }, fieldActions: { } }); //InventoryGroupsForm