mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 03:16:42 +01:00
#20: Make ng-repeat more efficient when reloading the genre list.
This commit is contained in:
parent
e3fc8ee6d6
commit
aeeb619d60
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue