Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
典型的な「トップに戻る」リンクを作成するには、通常、
<a id="top"></a> [...] <a href="#top">Top</a>
AngularJS では、このリンクは代わりに example.com/#top に移動しようとするため、デフォルト ルートに戻ります。このリンクを適切に扱うようにAngularにどのように指示しますか?
$anchorScroll サービスを使用します。
http://docs.angularjs.org/api/ng.$anchorScroll