vasyabigi / angular-slick

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

bower package issue #156

Open naumanahmed19 opened 8 years ago

naumanahmed19 commented 8 years ago

I am using latest angular version 1.5 and getting issue when I am trying bower command bower ECONFLICT Unable to find suitable version for angular

dirkbartels14050 commented 8 years ago

I had the same problem. Here is how I fixed it:

run bower update angular-slick

This will give you options to use angular 1.5.8 and slick-carousel 1.5.9

You need to persist the choices with a leading '!'

Hope that helps