Use $anchorScrollProvider
to disable automatic scrolling whenever $location.hash() changes.
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–2016 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.4.14/docs/api/ng/provider/$anchorScrollProvider