Commit 49ae9a424330288a8e99735ba118e660a555c00f
1 parent
6f5f001e
Exists in
master
and in
6 other branches
remove deprecated code
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
src/app/pages/propostas/propostas.controller.js
... | ... | @@ -67,12 +67,6 @@ |
67 | 67 | vm.themes = themes; |
68 | 68 | vm.loadingThemes = false; |
69 | 69 | vm.loading = false; |
70 | - | |
71 | - // REMOVED: function called twice. | |
72 | - // vm.loadProposals(function() { | |
73 | - // vm.attachListeners(); | |
74 | - // }); | |
75 | - // vm.attachListeners(); | |
76 | 70 | |
77 | 71 | vm.filter(); |
78 | 72 | }, function(error) { |
... | ... | @@ -189,8 +183,6 @@ |
189 | 183 | PropostasPageController.prototype.submitSearch = function() { |
190 | 184 | var vm = this; |
191 | 185 | |
192 | - // vm.loadingFilter = true; | |
193 | - | |
194 | 186 | // scroll to result grid |
195 | 187 | var $searchResult = angular.element('#search-result'); |
196 | 188 | if ($searchResult && $searchResult.length > 0) { | ... | ... |