2023-01-23 11:03:31 +01:00

7 lines
137 B
HTML

<textarea
cols="{{ cols }}"
rows="{{ rows }}"
ng-model="field.value"
ng-change="onChange()">
</textarea>