vasyabigi / angular-slick

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

Toggle Draggable or bind slick attributes #96

Open capsule5 opened 9 years ago

capsule5 commented 9 years ago

Hello, thnks for the great directive. I'd like to toggle draggable according to a scope boolean. But i can't work it out. <slick draggable="bool"> <slick draggable=" {{bool}}"><br> <slick ng-attr-draggable="{{bool}}">

Nothing I tried works. It keeps the first value. $apply on change neither. Any idea?