diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 804a86c041d6..103cba8bf7c7 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -36,8 +36,7 @@ var inputType = { * 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 trimming the - * input. + * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. * * @example