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
7c5ee90d
Commit
7c5ee90d
authored
Nov 09, 2016
by
Valentin Hervieu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update demo for 5.8.6
parent
53d7c6b3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
demo.js
demo.js
+1
-0
index.html
index.html
+1
-1
pushRangeSlider.js
snippets/pushRangeSlider.js
+1
-0
No files found.
demo.js
View file @
7c5ee90d
...
...
@@ -85,6 +85,7 @@ app.controller('MainCtrl', function ($scope, $rootScope, $timeout, $uibModal) {
ceil
:
100
,
step
:
1
,
minRange
:
10
,
maxRange
:
30
,
pushRange
:
true
}
};
...
...
index.html
View file @
7c5ee90d
...
...
@@ -91,7 +91,7 @@
</article>
<article>
<h2>
Range slider with minimum range of 10 and pushRange option
</h2>
<h2>
Range slider with minimum range of 10
, maximum of 30
and pushRange option
</h2>
<rzslider
rz-slider-model=
"pushRangeSlider.minValue"
rz-slider-high=
"pushRangeSlider.maxValue"
...
...
snippets/pushRangeSlider.js
View file @
7c5ee90d
...
...
@@ -6,6 +6,7 @@ $scope.slider = {
ceil
:
100
,
step
:
1
,
minRange
:
10
,
maxRange
:
30
,
pushRange
:
true
}
};
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