mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Latest changes to add ID element to form elements.
This commit is contained in:
@@ -38,6 +38,7 @@ angular.module('LookUpHelper', [ 'RestServices', 'Utilities', 'SearchHelper', 'P
|
||||
scope['lookUp' + name] = function() {
|
||||
var listGenerator = GenerateList;
|
||||
var listScope = listGenerator.inject(list, { mode: 'lookup', hdr: hdr });
|
||||
listScope = scope;
|
||||
listScope.selectAction = function() {
|
||||
var found = false;
|
||||
var name;
|
||||
|
||||
Reference in New Issue
Block a user