#20: Make ng-repeat more efficient when reloading the genre list.

This commit is contained in:
Peter Deltchev 2015-12-11 05:45:38 -08:00
parent e3fc8ee6d6
commit aeeb619d60

View file

@ -8,7 +8,7 @@
<th># of tracks (including deleted)</th>
<th class="-actions">Actions</th>
</thead>
<tr ng-repeat="genre in genres">
<tr ng-repeat="genre in genres track by genre.id">
<td>
<input
type="text"