AngularJS slider directive
npm install angular-slider-directive-nojquery- Features:
- Allows arbitrarily many handles
- Fully customizable styles. You may overwrite the default element classes and replace them with whatever you like.
- Supports both increment and continuous sliders
- Users may define their own values. You are not restricted to numbers only.
- Users may define their own scaling functions. You are not restricted to linear sliders.
- Users may rotate their sliders, allowing for vertical or slanted sliders.
See bower.json and index.html in the gh-pages branch for a full list / more details
"angular-slider-directive": "latest" to your bower.json file then run bower install OR run bower install angular-slider-directiveslider-directive.min.jsslider-directive.less OR slider-directive.min.cssapp.js) - jackrabbitsgroup.angular-slider-directiveSee the gh-pages branch, files bower.json and index.html for a full example.
slider-directive.js file top comments for usage examples and documentation