mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-04 03:01:02 +01:00
fix(examination): fixed examination uses list index number
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="ranking-list-info" ng-repeat="user in vm.pagedItems">
|
||||
<td class="td-v-middle text-center">{{$index + 1}}</td>
|
||||
<td class="td-v-middle text-center">{{(vm.currentPage-1) * vm.itemsPerPage + $index + 1}}</td>
|
||||
<td class="td-v-middle text-center"><img class="ranking-user-img" title="{{user.displayName}}"
|
||||
ng-src="{{user.profileImageURL}}">
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user