From 407647e41531f73351d2b09311273d0cf6d72c6d Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 6 Jul 2017 14:17:36 -0400 Subject: [PATCH] Changed GroupList from value to factory --- .../src/inventories-hosts/inventories/related/groups/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/main.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/main.js index a79bc5a620..4edf6ada5d 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/main.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/main.js @@ -22,5 +22,5 @@ export default nestedHosts.name ]) .factory('GroupForm', groupFormDefinition) - .value('GroupList', groupListDefinition) + .factory('GroupList', groupListDefinition) .factory('GetHostsStatusMsg', GetHostsStatusMsg);