Currently I am working on a project with angular Js
. I am creating two div with drag and drop
Here is the jsfiddle
What I need is that when I drag a div into another then it should clone intead of move. means the drag and drop element should remain in both divs. How can I do this ?