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

Commit

Permalink
fix(docs): remove unused $browser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Oct 26, 2011
1 parent 578e38e commit 950d02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/templates/docs.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 950d02b

Please sign in to comment.