File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ var inputType = {
93
93
*
94
94
* @param {string } ngModel Assignable angular expression to data-bind to.
95
95
* @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 `.
98
98
* @param {string= } required Sets `required` validation error key if the value is not entered.
99
99
* @param {string= } ngRequired Adds `required` attribute and `required` validation constraint to
100
100
* 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