fix(stacks): Remove unused functions in create stack controller [EE-1139] (#5401)

pull/4320/merge
itsconquest 3 years ago committed by GitHub
parent db1f182670
commit 80465367a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,14 +68,6 @@ angular
$scope.onChangeFormValues = onChangeFormValues;
$scope.addEnvironmentVariable = function () {
$scope.formValues.Env.push({ name: '', value: '' });
};
$scope.removeEnvironmentVariable = function (index) {
$scope.formValues.Env.splice(index, 1);
};
$scope.addAdditionalFiles = function () {
$scope.formValues.AdditionalFiles.push('');
};

Loading…
Cancel
Save