Commit f45781243b00c070cf0c22cf3da2ca35abd6dc43

Authored by Leonardo Merlin
1 parent 47cf5e76

Clean code

src/app/components/dialoga-service/dialoga.service.js
... ... @@ -258,7 +258,6 @@
258 258 }
259 259  
260 260 function filterProposalsByProgramId (input, program_id) {
261   - var vm = this;
262 261  
263 262 if(!angular.isArray(input)){
264 263 $log.error('Input is not a Array.');
... ...