mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Fixed small issue with JT form vars
A '$' got deleted somewhere along the line
This commit is contained in:
@@ -264,7 +264,7 @@ function JobTemplatesAdd($scope, $rootScope, $compile, $location, $log, $routePa
|
|||||||
|
|
||||||
callback = function() {
|
callback = function() {
|
||||||
// Make sure the form controller knows there was a change
|
// Make sure the form controller knows there was a change
|
||||||
$scope[form.name + '_form'].setDirty();
|
$scope[form.name + '_form'].$setDirty();
|
||||||
};
|
};
|
||||||
$scope.mode = "add";
|
$scope.mode = "add";
|
||||||
$scope.parseType = 'yaml';
|
$scope.parseType = 'yaml';
|
||||||
|
|||||||
Reference in New Issue
Block a user