Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fixed)Using sv-helper would hide the visibility of original element #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sankalplakhina
Copy link

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.

…forever. Was not removing class .sv-visibility-hidden on move execution completion
@kamilkp
Copy link
Owner

kamilkp commented Jan 13, 2016

"This branch has conflicts that must be resolved"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants