fatlinesofcode / ngDraggable

Drag and drop module for Angular JS
MIT License
631 stars 400 forks source link

Child textbox is not working #259

Open mrpmorris opened 8 years ago

mrpmorris commented 8 years ago

*Note: This is my fault, but it was caused because drag-finished was being called even though drag-start had not been.

I have enabled ngDraggable on a div, now a checkbox within the div won't check/uncheck with the mouse unless I actually drag the div slightly as I click it.