You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pagination directive not working when swiper directive initialized under hidden div with the use of ng-hide="true". and I am not able to see swiper-pagination dotes when I am show div with the use of ng-hide="false".
and very important pagination dots visible after we changing browser's width size.
I don't have a fix for the ng-show right now so I'll keep this open. It happens because it tries to initialize a slider that is display none so it doesn't know the right size dimensions.
pagination directive not working when swiper directive initialized under hidden div with the use of ng-hide="true". and I am not able to see swiper-pagination dotes when I am show div with the use of ng-hide="false".
and very important pagination dots visible after we changing browser's width size.
you can see attached jsfiddle.
http://jsfiddle.net/vtha0wbe/
stackoverlow
http://stackoverflow.com/questions/43639232/if-a-div-starts-with-display-none-the-library-does-not-work-angular-js
The text was updated successfully, but these errors were encountered: