mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03: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() {
|
||||
// Make sure the form controller knows there was a change
|
||||
$scope[form.name + '_form'].setDirty();
|
||||
$scope[form.name + '_form'].$setDirty();
|
||||
};
|
||||
$scope.mode = "add";
|
||||
$scope.parseType = 'yaml';
|
||||
|
||||
Reference in New Issue
Block a user