UI Automation

Added additional ID attributes to pagination widget. Fixed comment spelling error in app.js
This commit is contained in:
Chris Houseknecht
2014-08-28 13:44:18 -04:00
parent 116e1db2a8
commit 4e4b5852cb
2 changed files with 2 additions and 2 deletions

View File

@@ -619,7 +619,7 @@ angular.module('Tower', [
});
if (!$AnsibleConfig) {
// there may be leg time loading the config file, so temporarily use what's in local storage
// there may be time lag when loading the config file, so temporarily use what's in local storage
$AnsibleConfig = Store('AnsibleConfig');
}