docs(input): fix typo

Closes #4734
This commit is contained in:
Tim Graham
2013-10-31 09:11:50 -04:00
committed by Pete Bacon Darwin
parent 8cfaeb0e82
commit 6dcdb4e306

View File

@@ -36,8 +36,7 @@ var inputType = {
* patterns defined as scope expressions. * patterns defined as scope expressions.
* @param {string=} ngChange Angular expression to be executed when input changes due to user * @param {string=} ngChange Angular expression to be executed when input changes due to user
* interaction with the input element. * interaction with the input element.
* @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trimming the * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input.
* input.
* *
* @example * @example
<doc:example> <doc:example>