Merge pull request #401 from hbayindir/dev
Fix the scrollback problem, closes #400.
This commit is contained in:
commit
f8632e2501
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user