Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 03e2a74

Browse files
chore(docs): apply the anchorScroll offset feature to the docs app (SQUASH)
Closes #9360
1 parent 290b13e commit 03e2a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ angular.module('docsApp', [
1919

2020
.config(['$locationProvider', function($locationProvider) {
2121
$locationProvider.html5Mode(true).hashPrefix('!');
22-
}]);
22+
}]);

0 commit comments

Comments
 (0)