[Scrolling List] Show limits in RT scrolling list

Show limits in a real-time scrolling list view,
WTD-1317.
This commit is contained in:
Victor Woeltjen
2015-06-25 12:56:22 -07:00
parent dddc2f976e
commit 510597a51a
2 changed files with 19 additions and 2 deletions

View File

@@ -38,7 +38,8 @@
</thead>
<tbody>
<tr ng-repeat="row in rtscroll.rows()">
<td ng-repeat="cell in row">
<td ng-repeat="cell in row"
ng-class="cell.cssClass">
{{cell.text}}
</td>
</tr>