I have one problem, I am working with angularJS, but i am using sliders by other in a library. The sliders start with $(document).ready(
...
The page is within a routeprovider and is divided into two other parts that turn on and off with ng-show
. If the first one is the slider starts, no problem.
However, if you first load the other and pressing the button of an active slider that did not load well (I guess $(document).ready
no longer works).
Any solutions?