You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding something to the list (this.actions.push('some-component')), then changing an element (this.actions = ['some-other-component']) - that component will no longer receive $broadcast events.