Hi Milan,

To start off, this behaviour is not specific to Angular. It happens in all 
systems that have events that bubble up, wich turns out to be almost all 
systems that use a DOM-like structure.
It is something that you need to be aware off, and, is a danger in most 
systems that are using event's to communicate. 

What you can do is don't give your app-specific events generic/common 
names. Also using a pre/suffix in your event names help. If needed, you can 
even give specific parts of your app their own pre/suffix.

Hope that helps you a bit,
Regards
Sander


-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to