Used https://github.com/codef0rmer/angular-dragdrop
I'm looking for a way to add an item to 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"
ng-model="landing.header" data-drop="true"
jqyoui-droppable="{index:{{$index}},multiple:true, stack:true}">