The angular-touch ngClick directive's documentation say
This directive can fall back to using an ordinary click event, and so works on desktop browsers as well as mobile.
but doesn't explain how. Looking at source code I did'nt find any provider that i can customize.
I think this question isn't the same as the 26147584 because i didn't need a selective solution, but the one mentioned on source code documentation.