Commit bc4bc7a82e6433af44a785fcfa62372cef8bc1b8
1 parent
4c018363
Exists in
master
and in
8 other branches
proposal-box: update directive attributes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/pages/programas/programa.html
... | ... | @@ -90,7 +90,7 @@ |
90 | 90 | <div> |
91 | 91 | <div class="col-xs-12" ng-if="!pagePrograma.loadingProposalBox && pagePrograma.randomProposal" ng-class="{'focused-proposal': !!pagePrograma.search.proposal_id}"> |
92 | 92 | <h3 class="color-theme-fg">Apoie outras propostas</h3> |
93 | - <proposal-box proposal="pagePrograma.randomProposal" topic="pagePrograma.article" category="pagePrograma.category" can-vote="true" focus="{{pagePrograma.search.proposal_id}}" ></proposal-box> | |
93 | + <proposal-box proposal="pagePrograma.randomProposal" topic="pagePrograma.article" category="pagePrograma.category" show-vote="true" focus="{{pagePrograma.search.proposal_id}}" ></proposal-box> | |
94 | 94 | </div> |
95 | 95 | |
96 | 96 | <!-- Loading Proposal Box --> | ... | ... |