Ionic + image drag and drop

Hi,

Would like to drag an image as specified in the below picture. I haven’t found any sample.
Can some one share a sample or idea - on how to get the below functionality acheieved?

In order to explain the functionality - taken some pictures from internet.

Use AngualrJS drag and drop wrapper: https://github.com/codef0rmer/angular-dragdrop

Demo: http://codef0rmer.github.io/angular-dragdrop/#/ (hint: button is draggable)

Ionic Grids for grid system

Are you sure it is working fine with Ionic?
Does it recognise the drag gesture fine?

Thanks for sharing the link.
I have found another interesting link for the same https://github.com/fatlinesofcode/ngDraggable

Demo: http://htmlpreview.github.io/?https://github.com/fatlinesofcode/ngDraggable/blob/master/example.html

With this we are able to design/achieve our requirement.