bevacqua/angularjs-dragula

le.moves is not a function

Opened this issue · 0 comments

dragulaService.options($scope, 'bag', {
                moves: false
            });

I am trying to set my options as above. But I get an error saying le.moves is not a function.

dragulaService.options($scope, 'bag', {
                removeOnSpill: false
            });

This works.