You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***onDrag** – string – callback method to be invoked while the mouse is moved during the dragging
36
36
***applyFilter** - string - applies AngularJS $filter on the list before swapping items. Only applicable, if ngRepeat has any filter (such as orderBy, limitTo) associated with it.
37
37
***containment** – string - position/offset. Offset by default. This forces to use jQuery.position() or jQuery.offset() to calculate proper position with respect to parent element or document respectively.
38
+
***deepCopy** - boolean (optional) – If true, makes a deep copy of draggable that looses prototypical inheritance.
38
39
***data-drag** – boolean – If true, element can be draggable. Disabled otherwise.
39
40
***data-jqyoui-options** – object – should hold all the valid options supported by [jQueryUI Draggable](http://api.jqueryui.com/draggable)
40
41
***ng-model** – string – An angular model defined in a controller. Should be a JS array or object
***onOut** – string – callback method to be invoked when an accepted draggable is dragged out of the droppable
50
51
***applyFilter** - string - requires if both droppable as well as draggable share the same ngModel.
51
52
***containment** – string - position/offset. Offset by default. This forces to use jQuery.position() or jQuery.offset() to calculate proper position with respect to parent element or document respectively.
53
+
***deepCopy** – boolean (optional) – If true, makes a deep copy of droppable that looses prototypical inheritance.
52
54
***data-drop** – boolean – If true, element can be droppable. Disabled otherwise.
53
55
***data-jqyoui-options** – object – should hold all the valid options supported by [jQueryUI Droppable](http://api.jqueryui.com/droppable)
54
56
***ng-model** – string – An angular model defined in a controller. Should be a JS array or object.
0 commit comments