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

Commit 33b5c50

Browse files
chore(docs): fix linting issue
1 parent 7a88a34 commit 33b5c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/app/src/directives.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ directivesModule
9898
bindings: {
9999
items: '<'
100100
},
101-
controller: ['$location', function($location) {
101+
controller: ['$location', function TocTreeController($location) {
102102
this.path = $location.path().replace(/^\/?(.+?)(\/index)?\/?$/, '$1');
103103
}]
104104
})

0 commit comments

Comments
 (0)