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 @@ -1100,8 +1100,8 @@ var inputType = {
1100
1100
* Can be interpolated.
1101
1101
* @param {string= } step Sets the `step` validation to ensure that the value entered matches the `step`
1102
1102
* Can be interpolated.
1103
- * @param {string = } ngChange AngularJS expression to be executed when the ngModel value changes due
1104
- * to user interaction with the input element.
1103
+ * @param {expression = } ngChange AngularJS expression to be executed when the ngModel value changes due
1104
+ * to user interaction with the input element.
1105
1105
* @param {expression= } ngChecked If the expression is truthy, then the `checked` attribute will be set on the
1106
1106
* element. **Note** : `ngChecked` should not be used alongside `ngModel`.
1107
1107
* Checkout {@link ng.directive:ngChecked ngChecked} for usage.
You can’t perform that action at this time.
0 commit comments