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

Commit 3e2cb6c

Browse files
melbourne2991gkalpak
authored andcommitted
docs(input[checkbox]): fix @param type for ngChange
Closes #16219
1 parent 1391e99 commit 3e2cb6c

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
@@ -1096,8 +1096,8 @@ var inputType = {
10961096
* Can be interpolated.
10971097
* @param {string=} step Sets the `step` validation to ensure that the value entered matches the `step`
10981098
* Can be interpolated.
1099-
* @param {string=} ngChange Angular expression to be executed when the ngModel value changes due
1100-
* to user interaction with the input element.
1099+
* @param {expression=} ngChange AngularJS expression to be executed when the ngModel value changes due
1100+
* to user interaction with the input element.
11011101
* @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the
11021102
* element. **Note** : `ngChecked` should not be used alongside `ngModel`.
11031103
* Checkout {@link ng.directive:ngChecked ngChecked} for usage.

0 commit comments

Comments
 (0)