Commit 3ea851e1ec3da14d26ff7e7e129ee0faa48657a4
1 parent
a3c07c67
Exists in
master
and in
6 other branches
Fixes #4
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/proposal-carousel/proposal-carousel.html
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <div class="proposal-carousel-top-triggers" ng-if="vm.proposals"> |
9 | 9 | <ul class="list-inline"> |
10 | 10 | <li class="item-dot" ng-repeat="proposal in vm.proposals"> |
11 | - <button type="button" ng-class="{'active': vm.activeIndex === $index}" ng-click="vm.switchProposal($index)" title="Apersentar proposta na posição {{$index}}"></button> | |
11 | + <button type="button" ng-class="{'active': vm.activeIndex === $index}" ng-click="vm.switchProposal($index)" title="Apersentar proposta {{ ( $index + 1 ) }}"></button> | |
12 | 12 | </li> |
13 | 13 | </ul> |
14 | 14 | </div> | ... | ... |