angular-drag-and-drop-lists
angular-drag-and-drop-lists copied to clipboard
New option to don't add placeholder element
Sometimes adding
.dndPlaceholder { display: none; }
is not enough. Some controls (e.g. dhtmlxScheduler in my case) are very sensitive to changes in their children elements.