textarea (directive in module ng )

Improve this doc

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

This directive can be used as custom element, but we aware of IE restrictions.

as element:
<textarea
       ngModel="{string}"
       [name="{string}"]
       [required]
       [ngRequired="{string}"]
       [ngMinlength="{number}"]
       [ngMaxlength="{number}"]
       [ngPattern="{string}"]
       [ngChange="{string}"]>
</textarea>

Parameters