diff --git a/ng-sortable.js b/ng-sortable.js index 4f0b8c5..04e2f27 100644 --- a/ng-sortable.js +++ b/ng-sortable.js @@ -166,7 +166,7 @@ }); angular.forEach([ - 'sort', 'disabled', 'draggable', 'handle', 'animation', + 'sort', 'disabled', 'draggable', 'handle', 'animation', 'group', 'ghostClass', 'filter', 'onStart', 'onEnd', 'onAdd', 'onUpdate', 'onRemove', 'onSort' ], function (name) { watchers.push(scope.$watch('ngSortable.' + name, function (value) {