angular-dragdrop
angular-dragdrop copied to clipboard
unique element in droppable area
There is any way to prevent duplicate element in droppable area? My draggable are input element and I would obtain a final model without duplicate ones. Thanks
I guess you can do this logic in your Angular controller by comparing if the element is the same type? I did the similar thing in my project.