You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the drag is working well but the drop is not working, Here is a snippet of my code: <div data-drag="true" jqyoui-draggable data-jqyoui-options="{helper: 'clone'}" id="{{device.id}}" class="device-list-item" ng-repeat="device in vm.deviceNames"> ... </div> <div id="container" data-drop="true" data-jqyoui-options="{accept:'.device-list-item'}" jqyoui-droppable class="drop_container"> </div>
The text was updated successfully, but these errors were encountered:
the drag is working well but the drop is not working, Here is a snippet of my code:
<div data-drag="true" jqyoui-draggable data-jqyoui-options="{helper: 'clone'}" id="{{device.id}}" class="device-list-item" ng-repeat="device in vm.deviceNames">
...
</div>
<div id="container" data-drop="true" data-jqyoui-options="{accept:'.device-list-item'}" jqyoui-droppable class="drop_container">
</div>
The text was updated successfully, but these errors were encountered: