Commit b1473f357b7ab474b1993566a64e7e5a59afbef9
1 parent
b7f3d3a2
Exists in
master
and in
38 other branches
Clean code
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/content-viewer/content-viewer-actions.controller.js
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | 7 | ||
8 | 8 | ||
9 | /** @ngInject */ | 9 | /** @ngInject */ |
10 | - function ContentViewerActionsController(noosfero, $scope) { | 10 | + function ContentViewerActionsController(noosfero) { |
11 | var vm = this; | 11 | var vm = this; |
12 | vm.article = null; | 12 | vm.article = null; |
13 | vm.profile = null; | 13 | vm.profile = null; |