Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 21a2f4b

Browse files
melbourne2991gkalpak
authored andcommitted
docs(input[checkbox]): fix @param type for ngChange
Closes #16219
1 parent 20590c0 commit 21a2f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/input.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,8 @@ var inputType = {
11001100
* Can be interpolated.
11011101
* @param {string=} step Sets the `step` validation to ensure that the value entered matches the `step`
11021102
* 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.
11051105
* @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the
11061106
* element. **Note** : `ngChecked` should not be used alongside `ngModel`.
11071107
* Checkout {@link ng.directive:ngChecked ngChecked} for usage.

0 commit comments

Comments
 (0)