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

Commit a90d0cb

Browse files
committed
chore: fix eslint error
1 parent 9307ccf commit a90d0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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', /** @this */ function($location) {
102102
this.path = $location.path().replace(/^\/?(.+?)(\/index)?\/?$/, '$1');
103103
}]
104104
})

0 commit comments

Comments
 (0)