prevent dragging from triggering immediately

This commit is contained in:
Athou
2013-06-29 14:35:38 +02:00
parent a425c33cf8
commit 19802eb6c7

View File

@@ -359,6 +359,7 @@ module.directive('draggable', function() {
element.draggable({
revert: 'invalid',
helper: 'clone',
distance: 10,
axis: 'y'
}).data('source', scope.$eval(attrs.draggable));
}