mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Finixhed applying jsHint linting to js files. Created initial Gruntfile.js build script and package.json script for keeping track of required node modules.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
/* jshint loopfunc: true */
|
||||
|
||||
'use strict';
|
||||
|
||||
angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'HostListDefinition',
|
||||
'SearchHelper', 'PaginationHelpers', 'ListGenerator', 'AuthService', 'HostsHelper',
|
||||
'InventoryHelper', 'RelatedSearchHelper', 'InventoryFormDefinition', 'SelectionHelper',
|
||||
|
||||
Reference in New Issue
Block a user