willgm / ngSelectable

AngularJS bindings for jQuery UI Selectable
MIT License
21 stars 8 forks source link

ng-double click overriden #1

Closed twboc closed 9 years ago

twboc commented 9 years ago

Hi!

I was wondering. using this directive blocks the ng-dblclick events, just the same as the older versions of pure jquery ui. I know that people have been using some hacks (I know i did) to trigger selection only after a few pixels have been moved with the mouse.

Is this supported in your directive or should I implement it myself?

Kind Regards Hubert Sobków

twboc commented 9 years ago

neverming i just used delay option on it! :D

willgm commented 9 years ago

That's the way! ;)