mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 10:29:56 -02:30
Survey Maker
on typeChange of survey question, clear out the values of any downstream components
This commit is contained in:
@@ -150,7 +150,7 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi
|
||||
// html+='<br>job_launch_form.$valid = {{job_launch_form.$valid}}<br>';
|
||||
html+='</form>';
|
||||
$('#password-modal').empty().html(html);
|
||||
$('#password-modal').find('textarea').before(scope.helpContainer);
|
||||
$('#password-modal').find('#job_extra_vars').before(scope.helpContainer);
|
||||
e = angular.element(document.getElementById('password-modal'));
|
||||
$compile(e)(scope);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user