I have a div structure as below.
<div class="class1">
<a href="http://google.com" target="_blank" class="class2">
</a>
</div>
So on focus of href, may I know how we can add a class to div(that is parent of href) using angular js
Thanks, Balaji