Let say I have nested DOMs and each has ui-sref for different angular-ui-router state. I want to click outer to only alert outer and c
ui-sref
angular-ui-router
Should I implement some kind of stopImmediatePropagation for the inner DOM so it won't trigger the parent DOM's ui-sref?
stopImmediatePropagation
Yes, exactly.
Alternately, you might be able to rearrange your HTML so that the don't have a parent/child relationship.