Root scope
MyEvent
count: {{count}}
$emit('MyEvent')
$broadcast('MyEvent')
Middle scope
MyEvent
count: {{count}}
Leaf scope
MyEvent
count: {{count}}