angular-dragdrop icon indicating copy to clipboard operation
angular-dragdrop copied to clipboard

Drop and add item in Array

Open silviotroia opened this issue 8 years ago • 0 comments

I'm looking for a way to add a item in a list in a drop position. How can i do that?

i tried to do that without success

<div ui-sortable ng-model="landing.header"> <div ng-repeat="value in landing.header | unique:src" class="" ng-model="landing.header" data-drop="true" jqyoui-droppable="{index:{{$index}},multiple:true, stack:true}">

silviotroia avatar Oct 16 '17 11:10 silviotroia