Skip to content

Commit 8945b25

Browse files
committed
UI Router now does not autoscroll by default
See: angular-ui/ui-router#932
1 parent 8528a92 commit 8945b25

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/scripts/app.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ angular.module('lmisChromeApp', [
77
'pouchdb',
88
'config'
99
])
10-
// Disable ui-router auto scrolling
11-
.config(function($uiViewScrollProvider, $anchorScrollProvider) {
12-
$uiViewScrollProvider.useAnchorScroll();
13-
$anchorScrollProvider.disableAutoScrolling();
14-
})
15-
1610
// Load fixture data
1711
.run(function(storageService) {
1812
storageService.loadFixtures();

0 commit comments

Comments
 (0)