Commit 7c18ab46f4c6f8a8a990eff902eaeadc12aabec0
1 parent
bb6934fc
Exists in
master
and in
1 other branch
Remove unused attributes
Showing
3 changed files
with
2 additions
and
4 deletions
Show diff stats
src/app/components/noosfero-articles/article/article.directive.js
src/app/components/noosfero-articles/blog/blog.directive.js
src/app/profile/profile.controller.js
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | 7 | ||
8 | 8 | ||
9 | /** @ngInject */ | 9 | /** @ngInject */ |
10 | - function ProfileController(noosfero, $log, $stateParams, $state) { | 10 | + function ProfileController(noosfero, $log, $stateParams) { |
11 | var vm = this; | 11 | var vm = this; |
12 | vm.boxes = []; | 12 | vm.boxes = []; |
13 | activate(); | 13 | activate(); |