angular-rangeslider icon indicating copy to clipboard operation
angular-rangeslider copied to clipboard

Simple directive that creates a range slider for Angular, styled to match Bootstrap-styled form elements

Results 43 angular-rangeslider issues
Sort by recently updated
recently updated
newest added

on-handle-up on-handle-down not working onhandleup onhandledown works

I don't understand why this is happening, all the type casting in angular is getting a little obnoxious. Here's what I'm doing: View: `` drsCtrl: `this.queryData.score_low = 0; this.queryData.score_high =...

I can see there is another pull request on the same topic: https://github.com/danielcrisp/angular-rangeslider/pull/21 Changes here are really small: - Changed the `element.find(className)` to `findDivByClassName = function(element, className)` - Changed `angular.element('body')`...

I've added a gulpfile, build folder, and a package.json with a few dev-dependencies for gulp. This is by no means a mission-critical PR, just convenient to have to simplify the...

Added the option to call a function when the handle is moved.

Hi I am using your range slider with ion nav menu left drawer. while swiping on the slider the drawer menu also opens can you gimme a work around for...

Add minified versions of script and css

I'm using the following slider definition ``` ``` while in my controller, I've got the following two functions: ``` $scope.handleUp = function() { console.log("Handle up"); } $scope.handleDown = function() {...