mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-29 19:04:42 +00:00
fix(docs): remove unused $browser dependency
This commit is contained in:
parent
578e38e0af
commit
950d02b4d4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
DocsController.$inject = ['$location', '$browser', '$window', '$cookies'];
|
DocsController.$inject = ['$location', '$window', '$cookies'];
|
||||||
function DocsController($location, $browser, $window, $cookies) {
|
function DocsController($location, $window, $cookies) {
|
||||||
window.$root = this.$root;
|
window.$root = this.$root;
|
||||||
|
|
||||||
var scope = this,
|
var scope = this,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue