From f43308bf1756a9157cb1c3b6c90af7aa30c62691 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 11 Jul 2017 15:53:54 -0400 Subject: [PATCH] Fixed hosts groups list --- .../inventories/related/hosts/related/nested-groups/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/main.js b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/main.js index ea8695abbf..d2ec22fe62 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/main.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/main.js @@ -9,5 +9,5 @@ import HostNestedGroupsListController from './host-nested-groups-list.controller export default angular.module('hostNestedGroups', []) - .value('HostNestedGroupListDefinition', HostNestedGroupListDefinition) + .factory('HostNestedGroupListDefinition', HostNestedGroupListDefinition) .controller('HostNestedGroupsListController', HostNestedGroupsListController);