Skip to content

Commit 7662634

Browse files
crisbetojosephperrott
authored andcommitted
chore: fix error in slider docs (angular#10409)
Fixes a couple of instances that were missed when removing the slider deletion targets.
1 parent 3ea18f2 commit 7662634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material-examples/slider-configurable/slider-configurable-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h2 class="example-h2">Result</h2>
5454
[max]="max"
5555
[min]="min"
5656
[step]="step"
57-
[thumb-label]="thumbLabel"
58-
[tick-interval]="tickInterval"
57+
[thumbLabel]="thumbLabel"
58+
[tickInterval]="tickInterval"
5959
[(ngModel)]="value"
6060
[vertical]="vertical">
6161
</mat-slider>

0 commit comments

Comments
 (0)