Skip to content

Commit

Permalink
add orignal event for ng-sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Nov 14, 2015
1 parent 34a3c5a commit 3f34c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ng-sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
model: item || source[evt.newIndex],
models: source,
oldIndex: evt.oldIndex,
newIndex: evt.newIndex
newIndex: evt.newIndex,
orignalEvt:evt
});
}

Expand Down

0 comments on commit 3f34c4d

Please sign in to comment.