Open p1tt1 opened 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:
ng-hide
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?
setPosition
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?