Skip to content

Commit e0e5bbe

Browse files
committed
Correct a wrong example that was mentioned in the doc
1 parent c77225a commit e0e5bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ $scope.translate = function(value)
137137

138138
## Slider events
139139

140-
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.
140+
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/).
141141

142142
You can also force redraw with **rzSliderForceRender** event.
143143

0 commit comments

Comments
 (0)