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

Sliders position is always at initial position (left)

Open amurtola opened this issue 9 years ago • 3 comments

I have some values in ng-model object, but sliders position is initilal. Hmm...

amurtola avatar Sep 09 '15 13:09 amurtola

@amurtola did u ever find any solution, I am looking for a default range on load

anthonysubramani avatar Jan 05 '16 07:01 anthonysubramani

i have changed to this one: https://github.com/angular-slider/angularjs-slider. It also has problem with initial value in bootstrap tab - panel, but it can be solved by using:

  private refreshSlider() {
        var vm = this;
        vm.$timeout(function () {
            vm.$scope.$broadcast('rzSliderForceRender');
        });
    }

amurtola avatar Jan 08 '16 14:01 amurtola

thanks. @amurtola $timeout worked in this also!

anthonysubramani avatar Jan 08 '16 17:01 anthonysubramani