A Twitter Bootstrap dropdown
is nested inside a tr
. The tr
is clickable through ng-click
. Clicking anywhere on the page will
I would lean towards just calling $event.stopPropagation()
from within the template itself. Logic related to events most likely belongs there. Should make unit testing easier as well. Someone looking at the template would also know that the event didn't bubble up without looking at the underlying controller.