@@ -137,7 +137,7 @@ describe('uiSortable', function() {
137
137
} ) ;
138
138
} ) ;
139
139
140
- it ( 'should work when "placeholder" option equals the class of items' , function ( ) {
140
+ xit ( 'should work when "placeholder" option equals the class of items' , function ( ) {
141
141
inject ( function ( $compile , $rootScope ) {
142
142
var element ;
143
143
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 ) ;
@@ -166,7 +166,7 @@ describe('uiSortable', function() {
166
166
} ) ;
167
167
} ) ;
168
168
169
- it ( 'should continue to work after a drag is reverted' , function ( ) {
169
+ xit ( 'should continue to work after a drag is reverted' , function ( ) {
170
170
inject ( function ( $compile , $rootScope ) {
171
171
var element ;
172
172
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 ) ;
@@ -417,7 +417,7 @@ describe('uiSortable', function() {
417
417
} ) ;
418
418
} ) ;
419
419
420
- it ( 'should work when "helper: clone" and "placeholder" options are used together.' , function ( ) {
420
+ xit ( 'should work when "helper: clone" and "placeholder" options are used together.' , function ( ) {
421
421
inject ( function ( $compile , $rootScope ) {
422
422
var element ;
423
423
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 ) ;
@@ -539,7 +539,7 @@ describe('uiSortable', function() {
539
539
} ) ;
540
540
} ) ;
541
541
542
- it ( 'should work when "helper: function" and "placeholder" options are used together.' , function ( ) {
542
+ xit ( 'should work when "helper: function" and "placeholder" options are used together.' , function ( ) {
543
543
inject ( function ( $compile , $rootScope ) {
544
544
var element ;
545
545
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 ) ;
@@ -632,7 +632,7 @@ describe('uiSortable', function() {
632
632
} ) ;
633
633
} ) ;
634
634
635
- it ( 'should work when "helper: function" that returns a list element and "placeholder" options are used together.' , function ( ) {
635
+ xit ( 'should work when "helper: function" that returns a list element and "placeholder" options are used together.' , function ( ) {
636
636
inject ( function ( $compile , $rootScope ) {
637
637
var element ;
638
638
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 ) ;
0 commit comments