BoundingBox and lockX
Items are locked in X axis movement and cannot cross its closest parent div.boundingBox, just try it your selves.
item 2
item 3
item 4
dragularService([$element.children()[0].children(), {
boundingBox: $element.children()[0],
lockX: true
});