We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba8d95 commit 400d14dCopy full SHA for 400d14d
src/components/slider/slider.ts
@@ -57,8 +57,7 @@ export class MdSlider implements AfterContentInit {
57
@Input() step: number = 1;
58
59
/**
60
- * How often to show ticks. Defaults to auto which calculates how many to show.
61
- * Relative to the step so that a tick always appears on a step.
+ * How often to show ticks. Relative to the step so that a tick always appears on a step.
62
* Ex: Tick interval of 4 with a step of 3 will draw a tick every 4 steps (every 12 values).
63
*/
64
private _tickInterval: 'auto' | number;
0 commit comments