vasyabigi / angular-slick

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

InitialSlide option is now working #121

Closed luisferreira90 closed 5 years ago

luisferreira90 commented 9 years ago

The initial slide option was not working and whenever I tried to use it, it broke the carousel completely. With this change you can now use it.

that1guy commented 9 years ago

Applied that change and I'm still not seeing any success. Plunker here. Ideas?

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

luisferreira90 commented 9 years ago

Hello,

To use the initial slide option you cannot use camel case, but rather write it like this: initial-slide="value". Be mindful that this is also true to many other options in the carousel. You can see the change in this Plunker: http://plnkr.co/edit/ftFKufmu9KfUMCSIEbV8?p=preview

that1guy commented 9 years ago

Wow! I feel dumb.. sorry about that. Coding too late in evening :) thank you.