i have following structure
<div>
<figure with ng-click>
<a with href>
<img></img>
</a>
</figure>
</div>
And i am facing problem with redirection. Ng-click is doing some analytics things but it looks it prevents from href. Actually when i put my mouse on fire i can get redirected, but it is not working on mobile device. I tried to wrap also figure, but no success at all. I also tried to put ng-click inside a element, the same. I tried ng-href, same result.
Can anybody help me with this?