Skip to content

Commit

Permalink
issue #223 drag and drop to empty milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
cnam committed Dec 20, 2016
1 parent 99e201e commit a040b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board/views/board/cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h5 style="margin: 0">
data-ng-model="groupModel"
class="board-stage">
<div class="row collapse card"
data-ng-repeat="card in groupModel track by card.id"
data-ng-repeat="card in groups[group.id][stage.viewName] track by card.id"
data-as-sortable-item>
<div data-as-sortable-item-handle class="row collapse"
style="padding: 10px"
Expand Down

0 comments on commit a040b4a

Please sign in to comment.