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

Commit 950d02b

Browse files
committed
fix(docs): remove unused $browser dependency
1 parent 578e38e commit 950d02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/templates/docs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DocsController.$inject = ['$location', '$browser', '$window', '$cookies'];
2-
function DocsController($location, $browser, $window, $cookies) {
1+
DocsController.$inject = ['$location', '$window', '$cookies'];
2+
function DocsController($location, $window, $cookies) {
33
window.$root = this.$root;
44

55
var scope = this,

0 commit comments

Comments
 (0)