Skip to content
Permalink
Browse files

docs(input[checkbox]): mention `ngChecked`

Closes #14465
Closes #15277
  • Loading branch information
vgvenkat authored and gkalpak committed Oct 17, 2016
1 parent 70076ba commit 1105203f016b84be946e15dc89cc885424696957
Showing with 3 additions and 0 deletions.
  1. +3 −0 src/ng/directive/input.js
@@ -1112,6 +1112,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">

0 comments on commit 1105203

Please sign in to comment.
You can’t perform that action at this time.