Commit 52a5fae90e1aa29af7a51f83e2568e0cb303b280
1 parent
451a76eb
Exists in
master
and in
2 other branches
Avoid moving a card which is not the one on the top of the pile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ConfJuvApp/www/html/_proposal_list.html
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <h2>Como você vai mudar o Brasil?</h2> | 2 | <h2>Como você vai mudar o Brasil?</h2> |
3 | 3 | ||
4 | <td-cards> | 4 | <td-cards> |
5 | - <td-card ng-repeat="proposal in cards" on-destroy="cardDestroyed($index)" ng-style="{top: {{$index * 3}} + 'px'}" | 5 | + <td-card ng-repeat="proposal in cards" on-destroy="cardDestroyed($index)" |
6 | on-swipe-left="" on-swipe-right="" on-partial-swipe="cardPartialSwipe(amt)"> | 6 | on-swipe-left="" on-swipe-right="" on-partial-swipe="cardPartialSwipe(amt)"> |
7 | <div class="card animate-show" ng-show="proposal.topic.selected"> | 7 | <div class="card animate-show" ng-show="proposal.topic.selected"> |
8 | <h3> | 8 | <h3> |