This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
ページの別の部分に html でリンクしようとしています。通常、これは次のように機能します:<a href="http://example.com/page.html#foo">Jump to #foo on page.html</a>にジャンプし<div id="foo">...</div>ますが、AngularJs を使用しています。app.js が URL をキャプチャするため、これは壊れていると思います。これを行う角度のある方法はありますか (ng-scrollto など)?