MCPcopy
hub / github.com/angular-ui/ui-router / UIViewScrollProvider

Interface UIViewScrollProvider

src/viewScroll.ts:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import ITimeoutService = angular.ITimeoutService;
6
7export interface UIViewScrollProvider {
8 /**
9 * Uses standard anchorScroll behavior
10 *
11 * Reverts [[$uiViewScroll]] back to using the core [`$anchorScroll`](http://docs.angularjs.org/api/ng.$anchorScroll)
12 * service for scrolling based on the url anchor.
13 */
14 useAnchorScroll(): void;
15}
16
17/** @hidden */
18function $ViewScrollProvider() {

Callers 1

viewScrollSpec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected