Open amurtola opened 9 years ago
@amurtola did u ever find any solution, I am looking for a default range on load
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');
});
}
thanks. @amurtola $timeout worked in this also!
I have some values in ng-model object, but sliders position is initilal. Hmm...