merlin/merlin/static/merlin/templates/fields/string.html

7 lines
259 B
HTML

<div class="form-group">
<label for="elem-{$ $id $}">{$ value.title() $}</label>
<input type="text" class="form-control" id="elem-{$ $id $}"
ng-model="value.value" ng-model-options="{ getterSetter: true }"
autocompletable="true">
</div>