a5hik / ng-sortable

AngularJS Library for Drag and Drop, supports Sortable and Draggable. Supports Touch devices.

Home Page:http://a5hik.github.io/ng-sortable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After Dropping item from list anchor tag gets removed

azadacme opened this issue · comments

commented

I have attached anchor tag to item at run time. After dragging and dropping, items is dropping at desired place but anchor tag gets removed i.e. text content is updated and reordered but other tags like anchor, bold, italic etc gets removed after dropping item. Is there any solution on this?

commented

Before Dragging and Dropping :-
issue1

After Dragging and Dropping :-

issue2