| 5 | import ITimeoutService = angular.ITimeoutService; |
| 6 | |
| 7 | export 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 */ |
| 18 | function $ViewScrollProvider() { |