docs(input[checkbox]): mention ngChecked

Closes #14465
Closes #15277
This commit is contained in:
Venkat Ganesan
2016-10-16 20:34:22 -07:00
committed by Georgios Kalpakas
parent 406c1b094b
commit b8c8262808
+3
View File
@@ -1098,6 +1098,9 @@ var inputType = {
* Can be interpolated.
* @param {string=} ngChange Angular expression to be executed when the ngModel value changes due
* to user interaction with the input element.
* @param {expression=} ngChecked If the expression is truthy, then the `checked` attribute will be set on the
* element. **Note** : `ngChecked` should not be used alongside `ngModel`.
* Checkout {@link ng.directive:ngChecked ngChecked} for usage.
*
* @example
<example name="range-input-directive" module="rangeExample">