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 46e62e6 commit fa6bbccCopy full SHA for fa6bbcc
src/lib/slider/slider.ts
@@ -331,7 +331,7 @@ export class MdSlider implements ControlValueAccessor {
331
332
/** Whether the left side of the slider is the minimum value. */
333
private _isLeftMin() {
334
- return (this.direction == 'rtl') == this.invert
+ return (this.direction == 'rtl') == this.invert;
335
}
336
337
/** Increments the slider by the given number of steps (negative number decrements). */
0 commit comments