Closed
Description
In some projects slider rendered wrong(bullets are aligned at left side) from the initial view join. Also well known bug with ng-show/ng-hide usage. This bug partly can be solved by using "timeout" and "rzSliderForceRender". But that is ugly solution:
- "timeout" is not good to use in general
- "rzSliderForceRender" use require "broadcast" to "$rootScope" that is also not really recommended for AngularJS.
Solution: introduce public interfaces ".redraw()", ".reset()".