From 4d47d792356c56c139fe1b8dec887a4ae178594d Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 14 Oct 2014 09:53:14 -0400 Subject: [PATCH] fixed issue with survey question float validation the survey question 'float' option was missing the wrong directive in the element attributes --- awx/ui/static/js/forms/SurveyQuestion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/SurveyQuestion.js b/awx/ui/static/js/forms/SurveyQuestion.js index 8f1be9b202..7ecf025b0e 100644 --- a/awx/ui/static/js/forms/SurveyQuestion.js +++ b/awx/ui/static/js/forms/SurveyQuestion.js @@ -150,7 +150,7 @@ angular.module('SurveyQuestionFormDefinition', []) control: '
'+ ''+ ''+ - '
This is not valid float!
'+ + '
This is not valid float!
'+ '
The value must be in range {{float_min}} to {{float_max}}!
'+ '
', column: 2,