Skip to content

Commit 120b919

Browse files
leeseipetebacondarwin
authored andcommitted
docs(input): fix typo on max attribute
1 parent f77b906 commit 120b919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/input.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ var inputType = {
9393
*
9494
* @param {string} ngModel Assignable angular expression to data-bind to.
9595
* @param {string=} name Property name of the form under which the control is published.
96-
* @param {string=} min Sets the `min` validation error key if the value entered is less then `min`.
97-
* @param {string=} max Sets the `max` validation error key if the value entered is greater then `min`.
96+
* @param {string=} min Sets the `min` validation error key if the value entered is less than `min`.
97+
* @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`.
9898
* @param {string=} required Sets `required` validation error key if the value is not entered.
9999
* @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to
100100
* the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of

0 commit comments

Comments
 (0)