Merge pull request #401 from hbayindir/dev

Fix the scrollback problem, closes #400.
This commit is contained in:
Matthew Ross 2018-05-24 07:57:24 -04:00 committed by GitHub
commit f8632e2501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
<p>Try using the board list above, or checking your <a href="#/settings">Settings</a>.</p>
</span>
</div>
<div class="boardColumn" data-ng-repeat="lane in currentBoard.ownLane | orderBy:'position':false"
<div class="boardColumn" data-ng-repeat="lane in currentBoard.ownLane | orderBy:'position':false track by lane.id"
data-ng-class="{'collapsed': lane.collapsed}" data-lane-id="{{ lane.id }}"
data-context-menu="onContextMenu(lane.id)" data-target="laneMenu">
<h3>{{ lane.name }}