Having both an ng-click and a href on an anchor causes the ng-click to not work. My goal is to have both functions work simultaneously - navigate to a route and run a function. In my situation, I want to close a drawer that is open with a panel of links when clicking on one of the links.
Is there a simple solution to make both actions work at the same time?