Commit bdc6ad8d42f322b5dfa005b14f7ffd167a6f5e53
1 parent
9607936d
Exists in
master
and in
4 other branches
Fix lint
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/pages/programas/programa.controller.js
@@ -115,7 +115,7 @@ | @@ -115,7 +115,7 @@ | ||
115 | } | 115 | } |
116 | 116 | ||
117 | // set focus at proposal, ASYNC | 117 | // set focus at proposal, ASYNC |
118 | - vm.$rootScope.findElAsyncAndFocus('.sub-section-' + proposal.id); | 118 | + vm.$rootScope.findElAsyncAndFocus('.sub-section-' + proposal_id); |
119 | 119 | ||
120 | // TODO: load and show proposal response | 120 | // TODO: load and show proposal response |
121 | } | 121 | } |