angular-dragdrop
angular-dragdrop copied to clipboard
Added dataTransfer object as in original drag/drop events
This is a quick fix, the dataTransfer is a plain object without functionality as the original. But one is able to pass data there.
@dimkinv Can you add a test along with it? Also, I'm not able to understand the use of it, any example?