File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ var inputType = {
688
688
* but does not trigger HTML5 native validation. Takes an expression.
689
689
* @param {string= } step Sets the `step` validation error key if the value entered does not fit the `step` constraint.
690
690
* Can be interpolated.
691
- * @param {string= } ngStep Like `step`, sets the `max ` validation error key if the value entered does not fit the `ngStep` constraint,
691
+ * @param {string= } ngStep Like `step`, sets the `step ` validation error key if the value entered does not fit the `ngStep` constraint,
692
692
* but does not trigger HTML5 native validation. Takes an expression.
693
693
* @param {string= } required Sets `required` validation error key if the value is not entered.
694
694
* @param {string= } ngRequired Adds `required` attribute and `required` validation constraint to
You can’t perform that action at this time.
0 commit comments