We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa92e2 commit f3626d3Copy full SHA for f3626d3
src/ng/directive/input.js
@@ -36,8 +36,7 @@ var inputType = {
36
* patterns defined as scope expressions.
37
* @param {string=} ngChange Angular expression to be executed when input changes due to user
38
* interaction with the input element.
39
- * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trimming the
40
- * input.
+ * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input.
41
*
42
* @example
43
<doc:example>
0 commit comments