-
Notifications
You must be signed in to change notification settings - Fork 438
Prevent ng-click from being called when sorting #174
Comments
You can:
|
Can you please explain point 1? |
Please use the |
So, I d like to avoid the handle cause it ruins the design. On your 3rd point I see a reference that talks about the first point, unless I am missing something it still not a solution. About point 2 as I said does not seem to work. |
update: looks like the issue happens in firefox, but not in chrome and is solved looking at this |
First of all, #11 has a link with an example of using overlays.
|
Thanks, I used setTimeout inside the stop callback to reset the scope variable to false anyway after 300 ms so I was able to trigger the ng click only if no sorting was previously executed. |
@stilllife00
This really works for me in firefox. Thank you |
I have this configuration:
when I click on the link it works fine but sometimes the ng-click function is called even after I dragged/sorted. Is there a way to stop ng-click if dragging ?
The text was updated successfully, but these errors were encountered: