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 a17182f commit 9567e6fCopy full SHA for 9567e6f
src/rzSliderTpl.html
@@ -12,7 +12,8 @@
12
<ul ng-show="showTicks" class="rz-ticks"> <!-- // 9 The ticks -->
13
<li ng-repeat="t in ticks track by $index" class="tick"
14
ng-class="{selected: t.selected}" ng-style="t.style"
15
- ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}">
+ ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
16
+ ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}">
17
<span ng-if="t.value != null" class="tick-value"
18
ng-attr-uib-tooltip="{{ t.valueTooltip }}"
19
ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">{{ t.value }}</span>
0 commit comments