Skip to content

Commit a019729

Browse files
alekseyzadorozhniyjosephperrott
authored andcommitted
docs(slider): change slider value binding to ngModel (#8338)
1 parent dbd64b6 commit a019729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="example-h2">Result</h2>
5656
[step]="step"
5757
[thumb-label]="thumbLabel"
5858
[tick-interval]="tickInterval"
59-
[value]="value"
59+
[(ngModel)]="value"
6060
[vertical]="vertical">
6161
</mat-slider>
6262
</mat-card-content>

0 commit comments

Comments
 (0)