diff --git a/src/sortable.js b/src/sortable.js index ee31e9f..7c39e53 100644 --- a/src/sortable.js +++ b/src/sortable.js @@ -8,7 +8,7 @@ angular.module('ui.sortable', []).value('uiSortableConfig',{}).directive('uiSort return { require: '?ngModel', link: function(scope, element, attrs, ngModel) { - var onReceive, onRemove, onStart, onUpdate, opts; + var onReceive, onRemove, onStart, onStop, onUpdate, opts; opts = angular.extend({}, uiSortableConfig, scope.$eval(attrs.uiSortable));