fatlinesofcode / ngDraggable

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

add touch-timeout attr #262

Closed raeef-refai closed 8 years ago

raeef-refai commented 8 years ago

this allow us to adjust the touch timeout by an attribute, in case we need 2 drags in one view with different timeout delay

fatlinesofcode commented 8 years ago

the timeout can be adjusted in the last master version https://github.com/fatlinesofcode/ngDraggable/commit/41f70632c6763804357305c354883d0527c0b763

raeef-refai commented 8 years ago

I really saw that, but what if I would have to items in the same view and each one need different touch-timeout?