I have an Angular 1.5 system comprising of several nested Components. I now need to use a Directive (this needs to be an attribute) which will be embedded within a Component.
How can I call a function in the parent Component from the child Directive? What is the correct syntax for somehow exposing a method in the parent Component so that an event in the child Directive can call it?