I have some HTML which looks like:
<custom-logo>
<div>
<img src="logo.png">
</div>
<custom-logo-after>
</custom-logo-after>
</custom-logo>
I'm trying to figure out how I can amend the custom-logo directive in Angular JS to include a link around the img tag so I could add a dynamic link address in Angular JS.
custom-logo- We don't have this directive, so we need to see its code and template in order to help