File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module.exports = function (grunt) {
36
36
'src/urlRouter.js' ,
37
37
'src/state.js' ,
38
38
'src/view.js' ,
39
- 'src/viewScrollProvider .js' ,
39
+ 'src/viewScroll .js' ,
40
40
'src/viewDirective.js' ,
41
41
'src/stateDirectives.js' ,
42
42
'src/compat.js'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = function (karma) {
19
19
'src/urlRouter.js' ,
20
20
'src/view.js' ,
21
21
'src/state.js' ,
22
- 'src/viewScrollProvider .js' ,
22
+ 'src/viewScroll .js' ,
23
23
'src/viewDirective.js' ,
24
24
'src/stateDirectives.js' ,
25
25
'src/stateFilters.js' ,
Original file line number Diff line number Diff line change 1
1
/**
2
- * @ngdoc directive
2
+ * @ngdoc provider
3
3
* @name ui.router.state.$uiViewScroll
4
4
*
5
5
* @requires $anchorScroll
6
6
* @requires $timeout
7
7
*
8
8
* @description
9
9
* When called with a jqLite element, it scrolls the element into view (after a
10
- * `$timeout`, so the DOM had time to refresh).
10
+ * `$timeout` so the DOM has time to refresh).
11
11
*
12
12
* If you prefer to rely on `$anchorScroll` to scroll the view to the anchor,
13
- * this can be enabled by calling `$uiViewScroll .useAnchorScroll()`.
13
+ * this can be enabled by calling `$uiViewScrollProvider .useAnchorScroll()`.
14
14
*/
15
15
function $ViewScrollProvider ( ) {
16
16
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module.exports = function(config) {
21
21
'../src/urlRouter.js' ,
22
22
'../src/view.js' ,
23
23
'../src/state.js' ,
24
- '../src/viewScrollProvider .js' ,
24
+ '../src/viewScroll .js' ,
25
25
'../src/viewDirective.js' ,
26
26
'../src/stateDirectives.js' ,
27
27
'../src/compat.js' ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments