From 155b30af41f42518ba8c504d435f56e175d41d6a Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 2 Jun 2016 17:50:34 -0700 Subject: [PATCH] Updating comment in app.js --- awx/ui/client/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index dc5b4baadc..af5e3b8858 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -921,7 +921,7 @@ var tower = angular.module('Tower', [ $rootScope.loginConfig = $q.defer(); } if (!$rootScope.featuresConfigured) { - // create a promise that will resolve state $AnsibleConfig is loaded + // create a promise that will resolve when features are loaded $rootScope.featuresConfigured = $q.defer(); } $rootScope.licenseMissing = true;