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

It's work for me if I replace this : `var $slider = angular.element(element), handles = [angular.element(element[0].getElementsByClassName('ngrs-handle-min')), angular.element(element[0].getElementsByClassName('ngrs-handle-max'))], values = [angular.element(element[0].getElementsByClassName('ngrs-value-min')), angular.element(element[0].getElementsByClassName('ngrs-value-max'))], join = angular.element(element[0].getElementsByClassName('ngrs-join')), pos = 'left', posOpp = 'right',...

how to bind the event in this slider ? specially when slider stops sliding.

Under ng-if vertical orientation works wrong attrs.$observe('orientation', ... pos = 'top'; posOpp = 'bottom'; values still "left" and "right" faster way to solve it - put watchers under timeout ```...

I've been using the range slider for a while, but I just found out that the step attribute is not working as expected. I'm using the following HTML: ``` -...

Hi - I am using ui-sortable with ui-rangeSlider. I have a list of item to sort in a div. and I have the slider on the same page. Initially the...

There isn't any documentation about `data-show-values="true"` option which will enable current value show on slider.

If you are changing the orientation on the fly you'll end up in something like that: ``` html class="ngrs-range-slider ngrs-horizontal ngrs-vertical ngrs-left ngrs-right" ``` To be able to get it...

On mobile devices moving the sliders is difficult. An improvement would be to have an invisible ‘hitbox’ around the handles to improve the mobile user experience.

enhancement

Adds optional method function to call when the hadle is dragged.

I need to add the slider but on vertical orientation with values from bottom-to-top. Currently it supports only top-to-bottom. Is it correct? Update: I am able to workaround that by...

enhancement