merlin/merlin/static/merlin/templates/fields/text.html

5 lines
242 B
HTML

<textarea class="form-control" id="{$ value.uid() $}"
ng-model="value.value" ng-model-options="{ getterSetter: true }"
validatable-with="value"></textarea>
<div ng-show="error" class="alert alert-danger">{$ error $}</div>