Commit 09d97fe33ec772001df8c631ea365e306a930b7d
1 parent
d5650319
Exists in
master
and in
8 other branches
Fix 'participe' index button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/proposal-carousel/proposal-carousel.html
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <div class="inner">{{::proposal.abstract}}</div> |
21 | 21 | </div> |
22 | 22 | </div> |
23 | - <div class="join"> | |
23 | + <div class="join" ng-show="vm.activeIndex === $index"> | |
24 | 24 | <button type="button" class="btn btn-link btn-rate color-theme-common-fg" ng-click="vm.showContent(proposal)"> |
25 | 25 | Participe |
26 | 26 | <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> | ... | ... |