aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
diff options
context:
space:
mode:
authorTim Graham2013-10-31 09:11:50 -0400
committerPete Bacon Darwin2013-11-04 22:31:51 +0000
commit6dcdb4e306bf0ecf78ef125c514dc38fde359a42 (patch)
tree5f0716e288084c1d5d9df2a7045ff13211019e70 /src/ng/directive/input.js
parent8cfaeb0e82257891940124e5dd4395953277628c (diff)
downloadangular.js-6dcdb4e306bf0ecf78ef125c514dc38fde359a42.tar.bz2
docs(input): fix typo
Closes #4734
Diffstat (limited to 'src/ng/directive/input.js')
-rw-r--r--src/ng/directive/input.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js
index 1c37167d..da8825e3 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
<doc:example>