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.
* @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
<doc:example>