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
577d1d15
Commit
577d1d15
authored
May 25, 2016
by
Valentin Hervieu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/angular-slider/angularjs-slider
parents
0df94dd4
1ee44571
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
rzSliderTpl.html
src/rzSliderTpl.html
+2
-0
rzslider.js
src/rzslider.js
+2
-1
rzslider.less
src/rzslider.less
+1
-1
No files found.
src/rzSliderTpl.html
View file @
577d1d15
<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"
></span></span>
<!-- // 0 The slider bar -->
<span
class=
"rz-bar-wrapper"
>
<span
class=
"rz-bar-wrapper"
>
<span
class=
"rz-bar rz-selection"
ng-style=
"barStyle"
></span>
<span
class=
"rz-bar rz-selection"
ng-style=
"barStyle"
></span>
...
@@ -20,3 +21,4 @@
...
@@ -20,3 +21,4 @@
<span
ng-if=
"t.legend != null"
class=
"rz-tick-legend"
>
{{ t.legend }}
</span>
<span
ng-if=
"t.legend != null"
class=
"rz-tick-legend"
>
{{ t.legend }}
</span>
</li>
</li>
</ul>
</ul>
</div>
src/rzslider.js
View file @
577d1d15
...
@@ -1926,7 +1926,8 @@
...
@@ -1926,7 +1926,8 @@
'use strict'
;
'use strict'
;
return
{
return
{
restrict
:
'E'
,
restrict
:
'AE'
,
replace
:
true
,
scope
:
{
scope
:
{
rzSliderModel
:
'=?'
,
rzSliderModel
:
'=?'
,
rzSliderHigh
:
'=?'
,
rzSliderHigh
:
'=?'
,
...
...
src/rzslider.less
View file @
577d1d15
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*/
*/
@import 'variables.less';
@import 'variables.less';
rzslider {
.
rzslider {
display: inline-block;
display: inline-block;
position: relative;
position: relative;
height: @barDimension;
height: @barDimension;
...
...
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