From eae658fd9673656dfd6abc777c7031e6eb2470ca Mon Sep 17 00:00:00 2001 From: Carl Sutherland Date: Thu, 13 Feb 2014 14:04:44 -0800 Subject: [PATCH] docs(directive/input): document ngTrim for textarea --- src/ng/directive/input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 16b256a4..7b0412bd 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -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. */