From 6dcdb4e306bf0ecf78ef125c514dc38fde359a42 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 31 Oct 2013 09:11:50 -0400 Subject: docs(input): fix typo Closes #4734 --- src/ng/directive/input.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ng/directive/input.js') 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 -- cgit v1.2.3