File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ < div class ="rzslider ">
1
2
< span class ="rz-bar-wrapper "> < span class ="rz-bar "> </ span > </ span > <!-- // 0 The slider bar -->
2
3
< span class ="rz-bar-wrapper ">
3
4
< span class ="rz-bar rz-selection " ng-style ="barStyle "> </ span >
20
21
< span ng-if ="t.legend != null " class ="rz-tick-legend "> {{ t.legend }}</ span >
21
22
</ li >
22
23
</ ul >
24
+ </ div >
Original file line number Diff line number Diff line change 1926
1926
'use strict' ;
1927
1927
1928
1928
return {
1929
- restrict : 'E' ,
1929
+ restrict : 'AE' ,
1930
+ replace : true ,
1930
1931
scope : {
1931
1932
rzSliderModel : '=?' ,
1932
1933
rzSliderHigh : '=?' ,
Original file line number Diff line number Diff line change 8
8
*/
9
9
@import ' variables.less' ;
10
10
11
- rzslider {
11
+ . rzslider {
12
12
display : inline-block ;
13
13
position : relative ;
14
14
height : @barDimension ;
You can’t perform that action at this time.
0 commit comments