In my angularjs application I am using $emit and $on to show to different section of page.
For code refer to this link.
How to use $emit and $on of angularjs for two different controller stored in different path
Green tick code is working but its required two click in intervel then its working.
It should work on one click.