From ce31c0e36a8117c9e8969935d753e90b3c06308e Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 17 Oct 2014 17:07:01 -0400 Subject: [PATCH] removed float directive from default_float temporary fix for form validation to work --- 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 eb436305dd..005e8e1226 100644 --- a/awx/ui/static/js/forms/SurveyQuestion.js +++ b/awx/ui/static/js/forms/SurveyQuestion.js @@ -150,7 +150,7 @@ angular.module('SurveyQuestionFormDefinition', []) type: 'custom', control: '
'+ ''+ - ''+ + ''+ '
This is not valid float!
'+ '
The value must be in range {{float_min}} to {{float_max}}!
'+ '
',