I wrote a directive for dialogs (myPopup) and another one for dragging this dialog (myDraggable), but I allways get the error:
Multiple directives [m
Leave out scope: { enabled: '=myDraggable' } from your "myDraggable"-directive you don't need it. So:
return { restrict: 'A', replace: false, link: function (scope, elm, attrs) {