Commit
7c18ab46f4c6f8a8a990eff902eaeadc12aabec0
Exists in
master
and in
38 other branches
activities_block, angular2, btn-new-post, cleaning-the-house, cosmetic_changes_people_and_communities_block, coverage, edit-blocks, edit-header-footer, env-tags-block, forgot_password, header_and_footer, helpers-evolution, layout_support, list_articles_on_blog, loading-indicator-component, login_modal, login_modal_improve, person_info_block, production, profile-article-resolvers, profile-blocks-sass, profile-view, profile_description_block_component, profile_page_improvements, profile_search, recent-activities, remove-article-confirmation, responsive-fixes, seo, signup_page, skin-small-change, staging, tags-block, theme-skin-yellow, translations, typescript, updated_signup_page, users_profile_page
Remove unused attributes
| @@ -29,8 +29,7 @@ |
| @@ -29,8 +29,7 @@ |
29
| return directive; |
29
| return directive; |
30
| |
30
| |
31
| /** @ngInject */ |
31
| /** @ngInject */ |
32
| - function ArticleController($injector, $compile, $scope) { |
| |
33
| - var vm = this; |
32
| + function ArticleController() { |
34
| } |
33
| } |
35
| } |
34
| } |
36
| |
35
| |
| @@ -23,7 +23,6 @@ |
| @@ -23,7 +23,6 @@ |
23
| |
23
| |
24
| /** @ngInject */ |
24
| /** @ngInject */ |
25
| function BlogController() { |
25
| function BlogController() { |
26
| - var vm = this; |
| |
27
| } |
26
| } |
28
| } |
27
| } |
29
| |
28
| |
| @@ -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(); |