@JordanRDesigns wrote:
I have a
nav-button
component that has an action on it, I want to get that action to bubble up to thewatch-list
controller, but thenav-button
component is rendered inside anavigation-menu
component, which is rendered inside theapplication
template. So the bubbling happens up the chain until it reaches theapplication
controller. How can I get it to go to the right controller?
Posts: 8
Participants: 2