Closed
Description
The following code in the jqyouiDraggable directive throws an exception:
element.on('$destroy', function() {
element.draggable('destroy');
});
The exception thrown:
Error: cannot call methods on draggable prior to initialization; attempted to call method 'destroy'
Removing the block of code above solves the problem for me.
Metadata
Metadata
Assignees
Labels
No labels