Updating comment in app.js

This commit is contained in:
Jared Tabor
2016-06-02 17:50:34 -07:00
parent c516a17ef9
commit 155b30af41

View File

@@ -921,7 +921,7 @@ var tower = angular.module('Tower', [
$rootScope.loginConfig = $q.defer(); $rootScope.loginConfig = $q.defer();
} }
if (!$rootScope.featuresConfigured) { 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.featuresConfigured = $q.defer();
} }
$rootScope.licenseMissing = true; $rootScope.licenseMissing = true;