Commit 577d1d15 authored by Valentin Hervieu's avatar Valentin Hervieu
parents 0df94dd4 1ee44571
<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>
......@@ -20,3 +21,4 @@
<span ng-if="t.legend != null" class="rz-tick-legend">{{ t.legend }}</span>
</li>
</ul>
</div>
......@@ -1926,7 +1926,8 @@
'use strict';
return {
restrict: 'E',
restrict: 'AE',
replace: true,
scope: {
rzSliderModel: '=?',
rzSliderHigh: '=?',
......
......@@ -8,7 +8,7 @@
*/
@import 'variables.less';
rzslider {
.rzslider {
display: inline-block;
position: relative;
height: @barDimension;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment