Skip to content

Commit

Permalink
fix(background): removed rootscope dependency on bristlebird controll…
Browse files Browse the repository at this point in the history
…er, which is unecessary after background component changes
  • Loading branch information
peichins committed Apr 4, 2017
1 parent 67c86c6 commit a47642f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/citizenScience/bristlebird/bristlebird.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class BristlebirdAboutController {

class BristlebirdController {
constructor($scope,
$rootScope,
$routeParams,
$http,
ngAudioEvents,
Expand Down Expand Up @@ -205,7 +204,6 @@ angular
"BristlebirdController",
[
"$scope",
"$rootScope",
"$routeParams",
"$http",
"ngAudioEvents",
Expand Down

0 comments on commit a47642f

Please sign in to comment.