Skip to content

Commit 771ceee

Browse files
committed
refactor(card): remove ngModel from card samples
1 parent 3e92073 commit 771ceee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layouts/card/card-sample-4/card-sample-4.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h5 igxCardHeaderSubtitle>{{ cards[1].subtitle }}</h5>
3232
</div>
3333

3434
<div class="time-wrapper">
35-
<igx-slider [isContinuous]="true" [minValue]="0" [maxValue]="100" [step]="10" [(ngModel)]="volume"></igx-slider>
35+
<igx-slider [isContinuous]="true" [minValue]="0" [maxValue]="100" [step]="10"></igx-slider>
3636
<div class="weather-time">
3737
<span>08:00</span>
3838
<span>12:00</span>

0 commit comments

Comments
 (0)