Commit f45781243b00c070cf0c22cf3da2ca35abd6dc43
1 parent
47cf5e76
Exists in
master
and in
8 other branches
Clean code
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/components/dialoga-service/dialoga.service.js
@@ -258,7 +258,6 @@ | @@ -258,7 +258,6 @@ | ||
258 | } | 258 | } |
259 | 259 | ||
260 | function filterProposalsByProgramId (input, program_id) { | 260 | function filterProposalsByProgramId (input, program_id) { |
261 | - var vm = this; | ||
262 | 261 | ||
263 | if(!angular.isArray(input)){ | 262 | if(!angular.isArray(input)){ |
264 | $log.error('Input is not a Array.'); | 263 | $log.error('Input is not a Array.'); |