codef0rmer / angular-dragdrop

Implementing jQueryUI Drag and Drop functionality in AngularJS (with Animation) is easier than ever
http://codef0rmer.github.com/angular-dragdrop/#/
MIT License
1.78k stars 574 forks source link

Drop and add item in Array #334

Open silviotroia opened 7 years ago

silviotroia commented 7 years ago

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}">