This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
< link rel ="stylesheet " href ="components/jquery-ui/themes/smoothness/jquery-ui.css ">
12
12
< link rel ="stylesheet " href ="demo/demo.css ">
13
13
< script type ="text/javascript " src ="bower_components/jquery/jquery.js "> </ script >
14
- < script type ="text/javascript " src ="bower_components/jquery-ui/ui/jquery-ui.custom. js "> </ script >
14
+ < script type ="text/javascript " src ="bower_components/jquery-ui/ui/jquery-ui.js "> </ script >
15
15
< script type ="text/javascript " src ="bower_components/angular/angular.js "> </ script >
16
16
< script type ="text/javascript " src ="src/sortable.js "> </ script >
17
17
< script type ="text/javascript ">
@@ -51,7 +51,7 @@ <h2>ui.sortable demo</h2>
51
51
</ ul >
52
52
53
53
< 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 >
55
55
</ ul >
56
56
</ div >
57
57
</ body >
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ files = [
3
3
JASMINE ,
4
4
JASMINE_ADAPTER ,
5
5
'bower_components/jquery/jquery.js' ,
6
- 'bower_components/jquery-ui/ui/jquery-ui.custom. js' ,
6
+ 'bower_components/jquery-ui/ui/jquery-ui.js' ,
7
7
'bower_components/angular/angular.js' ,
8
8
'bower_components/angular-mocks/angular-mocks.js' ,
9
9
'src/sortable.js' ,
You can’t perform that action at this time.
0 commit comments