angular-bootstrap-slider icon indicating copy to clipboard operation
angular-bootstrap-slider copied to clipboard

an angularjs directive for seiyria-bootstrap-slider

Results 30 angular-bootstrap-slider issues
Sort by recently updated
recently updated
newest added

As the title says.

Hi, Model is not updated for clickable event it only supports slide event. When i am clicking on slider the event is not triggered. Please help me for this. Regards,...

> Just include `slider.js` and use the package `ui.bootstrap-slider`. I actually had to include `seiyria-bootstrap-slider/dist/bootstrap-slider.min.js` and `seiyria-bootstrap-slider/dist/css/bootstrap-slider.min.css` too. Also, looking at the code, I'm not sure it works without jQuery,...

There seem to be no visual effect when selecting different value in the handle dropdown

UI and model are out of sync using the change event, because change event is not invoked on the UI, only the model is adapted. I can see the reason...

Hi, I'm trying to use this durective in my application, but no way. I always have an "no such method 'setValue' for slider widget instance" Error, and my DOM is...

Hi, I updated for the last version to have the correction of the 2 way data binding, but i got an exception: ``` RangeError: toFixed() digits argument must be between...

I use v.1.1.1, and have such construction: ``` javascript ``` But now it seems broken. How could I fix this? Even events example from test.html is not working now.

[This line](https://github.com/seiyria/angular-bootstrap-slider/blob/0.1.3/slider.js#L168) has the watcher for ngDisabled since it's looking at $scope.$parent. For me, having the watcher on $scope works fine. Am I missing something? I'm using AngularJS 1.3.16 and...