angular-sortablejs
Advanced tools
Comparing version 2.0.6 to 2.1.0
@@ -40,3 +40,5 @@ "use strict"; | ||
SortablejsDirective.prototype.ngOnDestroy = function () { | ||
this._sortable.destroy(); | ||
if (this._sortable) { | ||
this._sortable.destroy(); | ||
} | ||
}; | ||
@@ -43,0 +45,0 @@ Object.defineProperty(SortablejsDirective.prototype, "options", { |
{ | ||
"name": "angular-sortablejs", | ||
"version": "2.0.6", | ||
"version": "2.1.0", | ||
"description": "SortableJS for Angular", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
30066
27
264