mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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'];
|
||||
function DocsController($location, $browser, $window, $cookies) {
|
||||
DocsController.$inject = ['$location', '$window', '$cookies'];
|
||||
function DocsController($location, $window, $cookies) {
|
||||
window.$root = this.$root;
|
||||
|
||||
var scope = this,
|
||||
|
|
|
|||
Loading…
Reference in a new issue