I have following HTML:
<a href="" ng-click='redirectToEntity("B-",obj.id")'>Click me and Process function and then redirect</a>
This code does process function and redirect to page which I am targeting, but this does not work for Open in new tab by right clicking. I've tried numerous solution but none worked for me. I need to execute redirectToEntity function only when clicked on "Open in New Tab".