Skip to content

Commit

Permalink
fixed repeat to track by file's tiger tree hash #17
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Mar 31, 2015
1 parent 0eaf455 commit 1ecbc15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/partials/queue.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="item in queue | orderBy:['PriorityOrder','Filename']" ng-controller="QueueItemCtrl">
<tr ng-repeat="item in queue | orderBy:'-PriorityOrder' track by item.TTH "
ng-controller="QueueItemCtrl">
<td>
{{ item.Filename }}
<div collapse="!collapsed">
Expand Down

0 comments on commit 1ecbc15

Please sign in to comment.