docs(range): fix debounce input

closes #7168
This commit is contained in:
Manu Mtz.-Almeida
2016-07-02 14:27:09 +02:00
parent 8483a439ae
commit 01c7c1ada7

View File

@ -300,7 +300,8 @@ export class Range implements AfterViewInit, ControlValueAccessor, OnDestroy {
}
/**
* @input {number} If true, a pin with integer value is shown when the knob is pressed. Defaults to `false`.
* @input {number} How long, in milliseconds, to wait to trigger the `ionChange`
* event after each change in the range value. Default `0`.
*/
@Input()
get debounce(): number {