From 0286800ead839d6f20b2a816d4c55529aebb184f Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 19 Feb 2015 12:44:39 -0500 Subject: [PATCH] Survey password field initialization --- awx/ui/static/js/helpers/Survey.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/helpers/Survey.js b/awx/ui/static/js/helpers/Survey.js index cc1834accf..ed7bae3787 100644 --- a/awx/ui/static/js/helpers/Survey.js +++ b/awx/ui/static/js/helpers/Survey.js @@ -756,6 +756,7 @@ angular.module('SurveyHelper', [ 'Utilities', 'RestServices', 'SchedulesHelper', scope.default_float = ""; scope.default_int = ""; scope.default_textarea = ""; + scope.default_password = "" ; scope.choices = ""; scope.text_min = ""; scope.text_max = "" ;