We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578e38e commit 950d02bCopy full SHA for 950d02b
docs/src/templates/docs.js
@@ -1,5 +1,5 @@
1
-DocsController.$inject = ['$location', '$browser', '$window', '$cookies'];
2
-function DocsController($location, $browser, $window, $cookies) {
+DocsController.$inject = ['$location', '$window', '$cookies'];
+function DocsController($location, $window, $cookies) {
3
window.$root = this.$root;
4
5
var scope = this,
0 commit comments