updated initial tooltip setting

This commit is contained in:
John Mitchell
2019-02-21 16:07:27 -05:00
parent 14e9923037
commit 200028b269

View File

@@ -21,7 +21,7 @@ function atLaunchTemplateCtrl (
const jobTemplate = new JobTemplate();
const workflowTemplate = new WorkflowTemplate();
vm.strings = componentsStrings;
vm.strings.get('launchTemplate.DEFAULT');
vm.launchTooltip = vm.strings.get('launchTemplate.DEFAULT');
$scope.$watch('vm.disabled', (val) => {
vm.launchTooltip = (val) ? vm.strings.get('launchTemplate.DISABLED') : vm.strings.get('launchTemplate.DEFAULT');