Skip to content

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

Lines changed: 2 additions & 2 deletions
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)