Heya!
So I wrote myself two directives one for drag and one for drop.
They both work brilliant, but I got one issue.
Heres my code I wrote for drop, commented what I want to do.
As you can see I want to be able to pass a function to the directive "drop"
And when an item is dropped I want to call the function that I dont know anything about and pass the object and then handle it in the controller.
I haven't found any answer for this yet, Is this even possible to do?
Thanks!
/Joachim