rzslider example

See https://jsfiddle.net/ValentinH/954eve2L/

Both of these sliders are bound to the same object on the backend. (See object at bottom). Press the button to view the slider. Then try it again with the checkbox checked.


 
       function clickButton() {
            this.showSpeedSlider = !this.showSpeedSlider;
            if(this.forceRender){
                // Force rendering at every iteration of the interval.
                $interval(function () {
                   $rootScope.$broadcast('rzSliderForceRender');
                }, 1,500, true, $rootScope)
            }
       };
    
    
Slider Properties: