I know I can do this:
<my-directive attr="myAttr"></my-directive>
and then have the attr to be accessed via the my-directive side.
But I want to do something like this:
<my-directive attr="myAttr">
<a href="">Some link that will apply with the my-directive directive too</a>
</my-directive>
Is this possible?
ng-transcludeoption.