Let's say you have 2 directives:
<navigation-extended>
<navigation />
</navigation-extended>
navigation-extended html template uses transclude property on a div to insert the basic navigation. Besides that, navigation-extended contains extra html (controls to navigate).
What is the best way to access child functionalities from inside the parent directive?
Things I've tried: -require ->using this I was able to access navigation-extended methods from inside navigation but not the other way around