Hacker News new | ask | show | jobs
by OlavHN 4787 days ago
If you check out the next version of angular (currently 1.1.5) it includes an enhanced ngClick directive in a mobile module that handles click / touch directly to overcome the 300ms delay, etc.

Initiate it with app.module('myapp', ['ngMobile'], .. )

1 comments

I'll give this one a look, thank you.