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?
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?