使用 AngularJS 设置添加链接:如果在 href 的值中有 AngularJS 代码,则需要使用 ng-href 而不是 href。ng-href 指令确保了链接是正常的,即使在 AngularJS 执行代码前点击链接。

AngularJS基础 ng-href 指令用法