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
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Do not pass evaluated expressions in callbacks. For example,
22
22
***onStop** – string – callback method to be invoked when dragging stops
23
23
***onDrag** – string – callback method to be invoked while the mouse is moved during the dragging
24
24
***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.
25
+
***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.
25
26
***data-drag** – boolean – If true, element can be draggable. Disabled otherwise.
26
27
***data-jqyoui-options** – object – should hold all the valid options supported by [jQueryUI Draggable](http://api.jqueryui.com/draggable)
27
28
***ng-model** – string – An angular model defined in a controller. Should be a JS array or object
@@ -35,6 +36,7 @@ Do not pass evaluated expressions in callbacks. For example,
35
36
***onOver** – string – callback method to be invoked when an accepted draggable is dragged over the droppable
36
37
***onOut** – string – callback method to be invoked when an accepted draggable is dragged out of the droppable
37
38
***applyFilter** - string - requires if both droppable as well as draggable share the same ngModel.
39
+
***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
40
***data-drop** – boolean – If true, element can be droppable. Disabled otherwise.
39
41
***data-jqyoui-options** – object – should hold all the valid options supported by [jQueryUI Droppable](http://api.jqueryui.com/droppable)
40
42
***ng-model** – string – An angular model defined in a controller. Should be a JS array or object.
0 commit comments