We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ngChecked
1 parent 91e845e commit 89274d5Copy full SHA for 89274d5
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