I have a list and when I select an option I want to to drag it in an other list: I tried to do the same example in : http://codef0rmer.github.io/angular-dragdrop/#!/ but the button is not drapped, I don't know what's wrong. this is my plnkr example, could someone help me please: https://plnkr.co/edit/O5IWpswzMhGKd7ByM4lP?p=preview
<div class="btn btn-primary btn-draggable" data-drag="true" ng-repeat="pref in knowledgemodel" ng-model="list5" data-jqyoui-options="{revert: 'invalid'}" jqyoui-draggable="{animate:true}" >{{pref.label}}</div><br>