angular.widget.textarea

Description

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

Usage

In HTML Template Binding

<textarea
       type="..."
       ng:model="..."
       [name="..."]
       [required]
       [ng:minlength="..."]
       [ng:maxlength="..."]
       [ng:pattern="..."]
       [ng:change="..."]></textarea>

Parameters