TopController count: {{ count }}
MiddleController count: {{ count }}
BottomController count: {{ count }}

This example shows the difference between $emit and $broadcast, showing how they fire events and manipulates them.