tellform/public/modules/forms/views/directiveViews/field/hidden.html
2015-07-05 21:29:05 -07:00

2 lines
146 B
HTML
Executable file

<input type="hidden" ng-model="field.fieldValue" ng-model-options="{ debounce: 250 }" value="{{field.fieldValue}}" ng-disabled="field.disabled">