Survey password field initialization

This commit is contained in:
Jared Tabor 2015-02-19 12:44:39 -05:00
parent ea8a537906
commit 0286800ead

View File

@ -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 = "" ;