angular-sortable-view
angular-sortable-view copied to clipboard
(fixed)Using sv-helper would hide the visibility of original element
On using sv-helper directive, the original item in repeat array gets a .sv-visibility-hidden class. On drop of this item to new position, this class was not removed due to which the original item stays dissapeared and seems like to be deleted or gone from the DOM.
Fixed this by removing the class on move execution completion.
"This branch has conflicts that must be resolved"