DEV Community

Discussion on: Angular (click) - multiple functions?

Collapse
 
wescopeland profile image
Wes Copeland

I would go with Option A, call it on[Whatever]Click(). That way there is a single click handler for the output and you're less likely to have unintended side-effects.

Collapse
 
kristijanfistrek profile image
KristijanFištrek

Sounds nice!