diff --git a/awx/ui/static/js/controllers/Inventories.js b/awx/ui/static/js/controllers/Inventories.js index f778bbed69..877081b192 100644 --- a/awx/ui/static/js/controllers/Inventories.js +++ b/awx/ui/static/js/controllers/Inventories.js @@ -455,6 +455,9 @@ function InventoriesEdit ($scope, $rootScope, $compile, $location, $log, $routeP scope.groupTitle = '

All Hosts

'; scope.group_id = null; } + if (!scope.$$phase) { + scope.$digest(); + } HostsReload({ scope: scope, inventory_id: scope['inventory_id'], group_id: scope['group_id'] }); });