Improve this Doc View Source $anchorScrollProvider

From Get docs
< Provider components in ngAngularjs/docs/1.8/api/ng/provider/$anchorscrollprovider


Improve this Doc View Source $anchorScrollProvider

  1. $anchorScroll
  2. provider in module ng

Overview

Use $anchorScrollProvider to disable automatic scrolling whenever $location.hash() changes.


Methods

  • === disableAutoScrolling(); ===

    By default, $anchorScroll() will automatically detect changes to $location.hash() and scroll to the element matching the new hash.
    Use this method to disable automatic scrolling.

    If automatic scrolling is disabled, one must explicitly call $anchorScroll() in order to scroll to the element related to the current hash.


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
https://code.angularjs.org/1.8.2/docs/api/ng/provider/$anchorScrollProvider