Commit b1473f357b7ab474b1993566a64e7e5a59afbef9

Authored by Victor Costa
1 parent b7f3d3a2

Clean code

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;