File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ describe('uiSortable', function() {
351
351
element = $compile ( '<ul ui-sortable="opts" ng-model="items"><li ng-repeat="item in items" id="s-{{$index}}" class="sortable-item">{{ item }}</li></ul>' ) ( $rootScope ) ;
352
352
$rootScope . $apply ( function ( ) {
353
353
$rootScope . opts = {
354
- helper : 'clone' ,
354
+ helper : 'clone'
355
355
} ;
356
356
$rootScope . items = [ 'One' , 'Two' , 'Three' ] ;
357
357
} ) ;
@@ -380,7 +380,7 @@ describe('uiSortable', function() {
380
380
element = $compile ( '<ul ui-sortable="opts" ng-model="items"><li ng-repeat="item in items" id="s-{{$index}}" class="sortable-item">{{ item }}</li></ul>' ) ( $rootScope ) ;
381
381
$rootScope . $apply ( function ( ) {
382
382
$rootScope . opts = {
383
- helper : 'clone' ,
383
+ helper : 'clone'
384
384
} ;
385
385
$rootScope . items = [ 'One' , 'Two' , 'Three' ] ;
386
386
} ) ;
You can’t perform that action at this time.
0 commit comments