angular-ui-sortable-multiselection
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "angular-ui-sortable-multiselection", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "This directive allows multiple element sorting in UI-Sortable.", | ||
@@ -5,0 +5,0 @@ "author": "https://github.com/thgreasi/ui-sortable-multiselection/graphs/contributors", |
{ | ||
"name": "angular-ui-sortable-multiselection", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "This directive allows multiple element sorting in UI-Sortable.", | ||
@@ -5,0 +5,0 @@ "author": "https://github.com/thgreasi/ui-sortable-multiselection/graphs/contributors", |
@@ -67,3 +67,2 @@ angular.module('ui.sortable.multiselection', []) | ||
element.parent().on('$destroy', function() { | ||
console.log('destroy'); | ||
element.parent().removeData('uiSortableMultiSelectionState'); | ||
@@ -70,0 +69,0 @@ }); |
28100
467