This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ describe('uiSortable', function() {
416416 } ) ;
417417 } ) ;
418418
419- it ( 'should work when "helper: clone" and "appendTo" options are used together' , function ( ) {
419+ it ( 'should work when "helper: clone" and "appendTo [selector] " options are used together' , function ( ) {
420420 inject ( function ( $compile , $rootScope ) {
421421 var element ;
422422 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 ) ;
@@ -446,7 +446,7 @@ describe('uiSortable', function() {
446446 } ) ;
447447 } ) ;
448448
449- it ( 'should work when "helper: clone" and "appendTo" options are used together' , function ( ) {
449+ it ( 'should work when "helper: clone" and "appendTo [element] " options are used together' , function ( ) {
450450 inject ( function ( $compile , $rootScope ) {
451451 var element ;
452452 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 ) ;
You can’t perform that action at this time.
0 commit comments