mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 20:05:03 -02:30
fixing jshint errors
This commit is contained in:
@@ -35,8 +35,7 @@ export function JobsListController($state, $rootScope, $log, $scope, $compile, $
|
|||||||
}
|
}
|
||||||
$scope.removeChoicesReady = $scope.$on('choicesReady', function() {
|
$scope.removeChoicesReady = $scope.$on('choicesReady', function() {
|
||||||
$scope[list.name].forEach(function(item, item_idx) {
|
$scope[list.name].forEach(function(item, item_idx) {
|
||||||
var fld, field,
|
var itm = $scope[list.name][item_idx];
|
||||||
itm = $scope[list.name][item_idx];
|
|
||||||
|
|
||||||
// Set the item type label
|
// Set the item type label
|
||||||
if (list.fields.type) {
|
if (list.fields.type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user