I have separate angularjs component (angularjs version 1.5.9) that is integrated in angularjs application. My component do something and i want to notify my parent application to some work on the particular action taken by the component.
P.S. I don't want to use $emit & $broadcast events to notify the parent application.
I'm curious to know that is there's any other way to implement this thing. Any help or suggestions will be appreciated. Thanks in advance.