reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
299 stars 118 forks source link

Added separate control over disabling drag and drop function instead of having single property for both #46

Closed VijaySutariaJCD closed 5 years ago

VijaySutariaJCD commented 5 years ago

Added separate control over disabling drag and drop function instead of having single property for both

reppners commented 5 years ago

Thanks for your contribution! Nicely done in a non breaking way.

Could you please rebase on master? If you need help rebasing let me know.

Before merging I'd also like to sync it with the code style that was overwritten in the first commit but lets do the rebase first. Meanwhile I'll figure out how to include a code formatter.

androdel commented 5 years ago

Can this be merged and released? This would be very helpful in my case where the same element is draggable and droppable and different disable conditions are in order.