我的网址是这样生成的:
http://localhost:3000/?course_id=5324#review_125
使用anchorScroll
将页面滚动到该特定div。(我有评论列表并使用哈希滚动到该评论)
但是当有人点击排序评论时,我想删除哈希以防止滚动。
我尝试了$location.hash(null)
和$location.hash(null)
,但它没有从网址中删除#。
在$location.hash(null)
后我得到http://localhost:3000/?course_id=5324#
我希望解决方案从网址中删除哈希。