textarea (directive in module ng )

Description

HTML textarea element control with angular data-binding. The data-binding and validation properties of this element are exactly the same as those of the input element.

Usage

as element (see IE restrictions)
<textarea
       ngModel="{string}"
       [name="{string}"]
       [required]
       [ngRequired="{string}"]
       [ngMinlength="{number}"]
       [ngMaxlength="{number}"]
       [ngPattern="{string}"]
       [ngChange="{string}"]>
</textarea>

Parameters