chore(docs): fix linting issue
This commit is contained in:
@@ -98,7 +98,7 @@ directivesModule
|
||||
bindings: {
|
||||
items: '<'
|
||||
},
|
||||
controller: ['$location', function($location) {
|
||||
controller: ['$location', function TocTreeController($location) {
|
||||
this.path = $location.path().replace(/^\/?(.+?)(\/index)?\/?$/, '$1');
|
||||
}]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user