We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ngChecked
1 parent 70076ba commit 1105203Copy full SHA for 1105203
src/ng/directive/input.js
@@ -1112,6 +1112,9 @@ var inputType = {
1112
* Can be interpolated.
1113
* @param {string=} ngChange Angular expression to be executed when the ngModel value changes due
1114
* to user interaction with the input element.
1115
+ * @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the
1116
+ * element. **Note** : `ngChecked` should not be used alongside `ngModel`.
1117
+ * Checkout {@link ng.directive:ngChecked ngChecked} for usage.
1118
*
1119
* @example
1120
<example name="range-input-directive" module="rangeExample">
0 commit comments