Angular 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.

86680cookie-checkAngular click event not fired