UNPKG

@uirouter/angularjs

Version:

State-based routing for AngularJS 1.x

10 lines (9 loc) 313 B
export interface UIViewScrollProvider { /** * Uses standard anchorScroll behavior * * Reverts [[$uiViewScroll]] back to using the core [`$anchorScroll`](http://docs.angularjs.org/api/ng.$anchorScroll) * service for scrolling based on the url anchor. */ useAnchorScroll(): void; }