問題描述:
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