vasyabigi / angular-slick

Angular directive for slick-carousel
http://vasyabigi.github.io/angular-slick/
MIT License
500 stars 237 forks source link

problem with (un)hidden slick slider #120

Open p1tt1 opened 9 years ago

p1tt1 commented 9 years ago

If I render a angular-slick as hidden element with ng-hide and unhide the element later than the slider has a render issue:

http://plnkr.co/edit/QjYfwjafBNG4ZXHMTNcK?p=preview

I've found an solution for slick without angular:

http://stackoverflow.com/questions/26677649/slick-slider-loaded-with-displaynone-creates-bad-initiation

My question: How can I use the setPosition-function with the angular-slick directive?