Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 1230f0e

Browse files
committed
Fixed demo page for angular 1.2
1 parent f60973b commit 1230f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>ui.sortable demo</h2>
5151
</ul>
5252

5353
<ul class="list logList">
54-
<li ng-repeat="entry in sortingLog" class="logItem">{{entry}}</li>
54+
<li ng-repeat="entry in sortingLog track by $index" class="logItem">{{entry}}</li>
5555
</ul>
5656
</div>
5757
</body>

0 commit comments

Comments
 (0)