Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7d081f

Browse files
leeseipetebacondarwin
authored andcommitted
docs(input): fix typo on max attribute
1 parent ee774f6 commit a7d081f

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
@@ -85,8 +85,8 @@ var inputType = {
8585
*
8686
* @param {string} ngModel Assignable angular expression to data-bind to.
8787
* @param {string=} name Property name of the form under which the control is published.
88-
* @param {string=} min Sets the `min` validation error key if the value entered is less then `min`.
89-
* @param {string=} max Sets the `max` validation error key if the value entered is greater then `min`.
88+
* @param {string=} min Sets the `min` validation error key if the value entered is less than `min`.
89+
* @param {string=} max Sets the `max` validation error key if the value entered is greater than `max`.
9090
* @param {string=} required Sets `required` validation error key if the value is not entered.
9191
* @param {string=} ngRequired Adds `required` attribute and `required` validation constraint to
9292
* the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of

0 commit comments

Comments
 (0)