bevacqua / angularjs-dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/angularjs-dragula
MIT License
509 stars 110 forks source link

is it good to send dropElmModel with 'drop-model'? #96

Open gsaandy opened 7 years ago

gsaandy commented 7 years ago

is it possible to send dropElmModel with 'drop-event' like

drake.emit('drop-model', dropElm, target, source, dropElmModel); instead drake.emit('drop-model', dropElm, target, source);