fatlinesofcode / ngDraggable

Drag and drop module for Angular JS
MIT License
631 stars 400 forks source link

ng-center-anchor on clone #190

Open CrackerakiUA opened 9 years ago

CrackerakiUA commented 9 years ago

It is possible to add ng-center-anchor="true" to cloned item? I am having messy problem with z-index. and i really need to use clone item. Is that possible?

LamerVK commented 8 years ago

+1 i'm need to drag element out of overflow: hidden and need cloned item, but if i set ng-center-anchor, cloned item have wrong position

CrackerakiUA commented 8 years ago

Actually i manage to fix this issue without using clone, but yes 'ng-center-anchor' on clone would be amazing.