supply correct params to ParseTypeChange call, resolves #2966 (#2977)

This commit is contained in:
Leigh Johnson 2016-07-13 12:19:49 -04:00 committed by GitHub
parent 1444c9a9e9
commit 9965ec01be

View File

@ -537,8 +537,9 @@ export default
// It shares the same scope with this directive and will
// pull the new value of parseType out to determine which
// direction to convert the extra vars
$scope.parseType = $scope.other_prompt_data.parseType;
$scope.parseTypeChange();
$scope.parseTypeChange('parseType', 'jobLaunchVariables');
};
}