Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
I
i20rzslider
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jedife
i20rzslider
Commits
c3bd5c4e
Commit
c3bd5c4e
authored
Jun 02, 2016
by
Valentin Hervieu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix demo site custom template error. Close #338
parent
fd09be4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
18 deletions
+20
-18
custom-template.html
custom-template.html
+20
-18
No files found.
custom-template.html
View file @
c3bd5c4e
<span
class=
"rz-bar-wrapper"
><span
class=
"rz-bar"
></span></span>
<!-- // 0 The slider bar -->
<span
class=
"rz-bar-wrapper"
>
<span
class=
"rz-bar rz-selection"
ng-style=
"barStyle"
></span>
</span>
<!-- // 1 Highlight between two handles -->
<span
class=
"rz-pointer rz-pointer-min"
ng-style=
minPointerStyle
></span>
<!-- // 2 Left slider handle -->
<span
class=
"rz-pointer rz-pointer-max"
ng-style=
maxPointerStyle
></span>
<!-- // 3 Right slider handle -->
<span
class=
"rz-bubble rz-limit"
></span>
<!-- // 4 Floor label -->
<span
class=
"rz-bubble rz-limit"
></span>
<!-- // 5 Ceiling label -->
<span
class=
"rz-bubble"
></span>
<!-- // 6 Label above left slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- // 7 Label above right slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- // 8 Range label when the slider handles are close ex. 15 - 17 -->
<ul
ng-show=
"showTicks"
class=
"rz-ticks"
>
<!-- // 9 The ticks -->
<li
ng-repeat=
"t in ticks track by $index"
class=
"rz-tick"
ng-class=
"{'rz-selected': t.selected}"
ng-style=
"t.style"
ng-attr-uib-tooltip=
"{{ t.tooltip }}"
ng-attr-tooltip-placement=
"{{t.tooltipPlacement}}"
ng-attr-tooltip-append-to-body=
"{{ t.tooltip ? true : undefined}}"
>
<div
class=
"rzslider"
>
<span
class=
"rz-bar-wrapper"
><span
class=
"rz-bar"
></span></span>
<!-- // 0 The slider bar -->
<span
class=
"rz-bar-wrapper"
>
<span
class=
"rz-bar rz-selection"
ng-style=
"barStyle"
></span>
</span>
<!-- // 1 Highlight between two handles -->
<span
class=
"rz-pointer rz-pointer-min"
ng-style=
minPointerStyle
></span>
<!-- // 2 Left slider handle -->
<span
class=
"rz-pointer rz-pointer-max"
ng-style=
maxPointerStyle
></span>
<!-- // 3 Right slider handle -->
<span
class=
"rz-bubble rz-limit"
></span>
<!-- // 4 Floor label -->
<span
class=
"rz-bubble rz-limit"
></span>
<!-- // 5 Ceiling label -->
<span
class=
"rz-bubble"
></span>
<!-- // 6 Label above left slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- // 7 Label above right slider handle -->
<span
class=
"rz-bubble"
></span>
<!-- // 8 Range label when the slider handles are close ex. 15 - 17 -->
<ul
ng-show=
"showTicks"
class=
"rz-ticks"
>
<!-- // 9 The ticks -->
<li
ng-repeat=
"t in ticks track by $index"
class=
"rz-tick"
ng-class=
"{'rz-selected': t.selected}"
ng-style=
"t.style"
ng-attr-uib-tooltip=
"{{ t.tooltip }}"
ng-attr-tooltip-placement=
"{{t.tooltipPlacement}}"
ng-attr-tooltip-append-to-body=
"{{ t.tooltip ? true : undefined}}"
>
<span
ng-if=
"t.value != null"
class=
"rz-tick-value"
ng-attr-uib-tooltip=
"{{ t.valueTooltip }}"
ng-attr-tooltip-placement=
"{{t.valueTooltipPlacement}}"
ng-bind-html=
"t.value"
></span>
</li>
</ul>
</li>
</ul>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment