Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
andreialecu
/
angularjs-slider
Public
forked from
angular-slider/angularjs-slider
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 7, 2015
fix: clamp newValue to not exceed maxValue
Show description for 9ab0f47
andreialecu
committed
9ab0f47
Copy full SHA for 9ab0f47
Commits on Aug 25, 2015
Fixes #106 (rz-slider-on-change fires before value is changed)
Valentin Hervieu
committed
05cbdc8
Copy full SHA for 05cbdc8
Commits on Aug 20, 2015
Merge pull request #105 from coxm/above-range-click
Show description for 84189f1
ValentinH
committed
84189f1
Copy full SHA for 84189f1
On click, move the handle closest to the event
Show description for e484a29
coxm
committed
e484a29
Copy full SHA for e484a29
Commits on Aug 19, 2015
Merge pull request #100 from coxm/draggable-bar
Show description for 4a4f7d0
ValentinH
committed
4a4f7d0
Copy full SHA for 4a4f7d0
Add draggable range option
coxm
committed
e4a7295
Copy full SHA for e4a7295
Commits on Aug 12, 2015
Fix memory leaks that was brought by the clickOnBar feature.
Valentin Hervieu
committed
4b1ddca
Copy full SHA for 4b1ddca
Commits on Aug 3, 2015
Remove useless condition in updateLowHandle. Closes #77
Valentin Hervieu
committed
f2d86de
Copy full SHA for f2d86de
Rebuild with latest version and update doc
Valentin Hervieu
committed
ba68aa4
Copy full SHA for ba68aa4
Merge pull request #67 from ValentinH/RzSliderOnChange
Show description for 8a7fcbc
ValentinH
committed
8a7fcbc
Copy full SHA for 8a7fcbc
Commits on Jul 31, 2015
Add a left property to the bar to ensure it is always correctly aligned
Valentin Hervieu
committed
b405f12
Copy full SHA for b405f12
Commits on Jul 28, 2015
Set the correct class to the min handle when clicking directly on the bar.
Valentin Hervieu
committed
2e8689b
Copy full SHA for 2e8689b
Fixes #93. It was because the scope was not applied when the 2 values were the same.
Valentin Hervieu
committed
c3fb117
Copy full SHA for c3fb117
Fixes #94. It was because the click on the bar was not handled properly and the min and max handles were not switched when needed.
Valentin Hervieu
committed
34d9c33
Copy full SHA for 34d9c33
Commits on Jul 23, 2015
Merge pull request #75 from m-spyratos/master
Show description for a5f14c3
ValentinH
committed
a5f14c3
Copy full SHA for a5f14c3
Commits on Jul 22, 2015
Merge pull request #87 from mcrumm/bower_v0_1_22
Show description for 162ae6f
ValentinH
committed
162ae6f
Copy full SHA for 162ae6f
Set bower version to 0.1.22
mcrumm
committed
e93a0cb
Copy full SHA for e93a0cb
Set version to 0.1.22
Valentin Hervieu
committed
d4356a8
Copy full SHA for d4356a8
Correct a wrong example that was mentioned in the doc
ValentinH
committed
e0e5bbe
Copy full SHA for e0e5bbe
Merge pull request #69 from ValentinH/support-clicks-on-bar
Show description for c77225a
ValentinH
committed
c77225a
Copy full SHA for c77225a
Add a block mentioning a jsfiddle that should be used for issue reporting
ValentinH
committed
3d1f21c
Copy full SHA for 3d1f21c
Commits on Jun 17, 2015
Fixes #74
m-spyratos
committed
ddec864
Copy full SHA for ddec864
Initial minimum label visible when value equals floor value. (reverted from commit e2f46c4ff93d3854df031c24c3695b0e39a29051)
m-spyratos
committed
17e294c
Copy full SHA for 17e294c
Initial minimum label visible when value equals floor value.
m-spyratos
committed
e2f46c4
Copy full SHA for e2f46c4
Commits on Jun 5, 2015
Add a bar wrapper to enlarge the clickable area.
Valentin Hervieu
committed
f8f36e6
Copy full SHA for f8f36e6
Add the possibility to directly click on the slider bar to set the value. It is also possible to click and drag directly from the bar.
Valentin Hervieu
committed
38ed61a
Copy full SHA for 38ed61a
Add a rzSliderOnChange attribute. <rzslider rz-slider-model="priceSlider" rz-slider-on-change="onSliderChange()"></rzslider>
Valentin Hervieu
committed
2faa6df
Copy full SHA for 2faa6df
Commits on Jun 1, 2015
Fix #63
rzajac
committed
f253533
Copy full SHA for f253533
Commits on May 31, 2015
Fix #62
rzajac
committed
1da489d
Copy full SHA for 1da489d
Slider handle movement fix
rzajac
committed
d4b686d
Copy full SHA for d4b686d
Remove console.log
rzajac
committed
f973f32
Copy full SHA for f973f32
Address problems mentioned in #63
rzajac
committed
703ad38
Copy full SHA for 703ad38
Fix JSLint warnings
rzajac
committed
0b2bf05
Copy full SHA for 0b2bf05
Remove console.log. Fix #64
rzajac
committed
70149dd
Copy full SHA for 70149dd
Commits on May 28, 2015
Presentation mode. Close #57
rzajac
committed
0693062
Copy full SHA for 0693062
Pagination
Previous
Next
You can’t perform that action at this time.