开始时遇到个问题,单页应用<a>元素链接点击就是不跳转页面,使用超链接标签<a href='group'>click</a> 不起作用。

解决方法:

如果你不巧配置了$locationProvider to html5Mode,那么你可以在标签中添加 target="_self" 来保证跳转。

详情查看:

http://stackoverflow.com/questions/19773682/angularjs-a-tag-links-not-working/19773963#19773963 

解决方法:

如果你不巧配置了$locationProvider to html5Mode,那么你可以在标签中添加 target="_self" 来保证跳转。

详情查看:

http://stackoverflow.com/questions/19773682/angularjs-a-tag-links-not-working/19773963#19773963 

相关文章:

  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-09-12
  • 2021-12-04
  • 2022-12-23
  • 2021-08-29
猜你喜欢
  • 2021-11-18
  • 2021-06-30
  • 2022-12-23
  • 2021-08-29
  • 2021-12-12
  • 2021-12-27
相关资源
相似解决方案