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.
2 parents d009ac6 + d03f455 commit 90c5601Copy full SHA for 90c5601
projects/igniteui-angular/src/lib/slider/slider.component.html
@@ -6,7 +6,7 @@
6
<igx-thumb-label
7
*ngIf="isRange"
8
[type]="0"
9
- [value]="value"
+ [value]="lowerLabel"
10
[templateRef]="thumbFromTemplateRef"
11
[continuous]="continuous"
12
[context]="context"></igx-thumb-label>
@@ -27,7 +27,7 @@
27
[thumbLabelVisibilityDuration]="thumbLabelVisibilityDuration"></igx-thumb>
28
29
30
+ [value]="upperLabel"
31
[type]="1"
32
[templateRef]="thumbToTemplateRef"
33
0 commit comments