Currently, I am experimenting with dragula and its newer version, dragular, on some sample projects.
One specific dilemma I am facing involves the implementation of drag and drop functionality in an Angular project. My query pertains to utilizing a list of objects as my model, which is set within a div using ng-repeat. Essentially, when dragging an item to another div, I am wondering if it is possible to alter or update a property of the object being dragged?
I have attempted various methods to access the model of the moving object but have not been successful. Hopefully, someone has encountered this issue before and found a solution.