问题描述:
Angular JS app中,使用超链接标签<a href=‘location‘>click</a> 不起作用。
解决方法:
如果你不巧配置了$locationProvider to html5Mode,那么你可以在标签中添加 target="_self" 来保证跳转。
详情查看:
http://stackoverflow.com/questions/19773682/angularjs-a-tag-links-not-working/19773963#19773963
时间: 2024-10-23 10:15:35