docs(directive/input): document ngTrim for textarea

This commit is contained in:
Carl Sutherland
2014-02-13 14:04:44 -08:00
committed by Brian Ford
parent 286f269753
commit eae658fd96

View File

@@ -749,6 +749,7 @@ function checkboxInputType(scope, element, attr, ctrl) {
* patterns defined as scope expressions.
* @param {string=} ngChange Angular expression to be executed when input changes due to user
* interaction with the input element.
* @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input.
*/