File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ var inputType = {
85
85
*
86
86
* @param {string } ngModel Assignable angular expression to data-bind to.
87
87
* @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 `.
90
90
* @param {string= } required Sets `required` validation error key if the value is not entered.
91
91
* @param {string= } ngRequired Adds `required` attribute and `required` validation constraint to
92
92
* the element when the ngRequired expression evaluates to true. Use `ngRequired` instead of
You can’t perform that action at this time.
0 commit comments