Browse Source

added more draggable options for angular to watch

pull/438/head
Evan Villemez 10 years ago
parent
commit
34357d8e85
  1. 2
      ng-sortable.js

2
ng-sortable.js

@ -166,7 +166,7 @@
}); });
angular.forEach([ angular.forEach([
'sort', 'disabled', 'draggable', 'handle', 'animation', 'sort', 'disabled', 'draggable', 'handle', 'animation', 'group', 'ghostClass', 'filter',
'onStart', 'onEnd', 'onAdd', 'onUpdate', 'onRemove', 'onSort' 'onStart', 'onEnd', 'onAdd', 'onUpdate', 'onRemove', 'onSort'
], function (name) { ], function (name) {
watchers.push(scope.$watch('ngSortable.' + name, function (value) { watchers.push(scope.$watch('ngSortable.' + name, function (value) {

Loading…
Cancel
Save