We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ngChecked
1 parent 406c1b0 commit b8c8262Copy full SHA for b8c8262
src/ng/directive/input.js
@@ -1098,6 +1098,9 @@ var inputType = {
1098
* 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.
1101
+ * @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the
1102
+ * element. **Note** : `ngChecked` should not be used alongside `ngModel`.
1103
+ * Checkout {@link ng.directive:ngChecked ngChecked} for usage.
1104
*
1105
* @example
1106
<example name="range-input-directive" module="rangeExample">
0 commit comments