Commit b1473f357b7ab474b1993566a64e7e5a59afbef9

Authored by Victor Costa
1 parent b7f3d3a2
Exists in master and in 1 other branch dev-fixes

Clean code

src/app/content-viewer/content-viewer-actions.controller.js
... ... @@ -7,7 +7,7 @@
7 7  
8 8  
9 9 /** @ngInject */
10   - function ContentViewerActionsController(noosfero, $scope) {
  10 + function ContentViewerActionsController(noosfero) {
11 11 var vm = this;
12 12 vm.article = null;
13 13 vm.profile = null;
... ...