mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 05:04:18 +00:00
Track by , decrease digest cost 90%
This commit is contained in:
parent
f239b7c3f7
commit
fdbbda14f7
@ -48,7 +48,7 @@
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr ng-repeat="visibleRow in visibleRows track by visibleRow.rowIndex"
|
||||
<tr ng-repeat="visibleRow in visibleRows track by $index"
|
||||
ng-style="{
|
||||
top: visibleRow.offsetY + 'px',
|
||||
}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user