From 59b6818b4c74bcb7f9ec9832c6878ba476543c42 Mon Sep 17 00:00:00 2001 From: Pavel Duran Date: Mon, 11 Jan 2016 09:41:47 -0500 Subject: [PATCH] #666 Return DOM information of element in env object --- ng-sortable.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ng-sortable.js b/ng-sortable.js index 87bdc58..d2a2275 100644 --- a/ng-sortable.js +++ b/ng-sortable.js @@ -85,7 +85,8 @@ model: item || source[evt.newIndex], models: source, oldIndex: evt.oldIndex, - newIndex: evt.newIndex + newIndex: evt.newIndex, + originalEvent: evt }); }