Commit e0e5bbe4 authored by Valentin Hervieu's avatar Valentin Hervieu

Correct a wrong example that was mentioned in the doc

parent c77225ad
...@@ -137,7 +137,7 @@ $scope.translate = function(value) ...@@ -137,7 +137,7 @@ $scope.translate = function(value)
## Slider events ## Slider events
To force slider to recalculate dimensions broadcast **reCalcViewDimensions** event from parent scope. This is useful for example when you use slider with tabs - see *demo/tabs.html* example. To force slider to recalculate dimensions broadcast **reCalcViewDimensions** event from parent scope. This is useful for example when you use slider inside a widget where the content is hidden at start - see the "Sliders into modal" example [on the demo site](http://rzajac.github.io/angularjs-slider/).
You can also force redraw with **rzSliderForceRender** event. You can also force redraw with **rzSliderForceRender** event.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment