标签: angularjs angularjs-ng-click
I am trying to use href and ng-click in a tag.
<a href="#/home" ng-click="ctl.modify()"> </a>
When I use href and ng-click in a tag, ng-click is working but href is not working.
Please let me know how to make href work?