TL;DR
Use mousedown event, because the mousedown triggers a view (dom element) update. And the mousup event never gets fired, so the click event never gets fired.
866800cookie-checkAngular click event not fired
TL;DR
Use mousedown event, because the mousedown triggers a view (dom element) update. And the mousup event never gets fired, so the click event never gets fired.