committed by
Georgios Kalpakas
parent
406c1b094b
commit
b8c8262808
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user