vasyabigi / angular-slick

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

Maybe combine options into options object? #117

Closed idreeshaddad closed 2 years ago

idreeshaddad commented 9 years ago

Is adding the options one by one way better or combining them into options object? What are your thoughts on this you guys?

https://github.com/vasyabigi/angular-slick/blob/master/dist/slick.js#L7

davesidious commented 9 years ago

Definitely. It would be trivial to implement, and take care of the init-onload/data weirdness.