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

when the block ui dom element removed, the block ui will occures not expected result #110

Open
gaojianzhuang opened this issue Oct 9, 2016 · 1 comment

Comments

@gaojianzhuang
Copy link

gaojianzhuang commented Oct 9, 2016

If we have many dom elements with the block ui directivce like below:
<ul>
<li block-ui="block_1">test1</li>
<li block-ui="block_2">test2</li>
<li block-ui="block_3">test3</li>
<li block-ui="block_4">test4</li>
</ul>

If we removed the "block_1" element, the block ui attribute will refresh automation by the angularjs.
Then add a new li element. When the block UI blocking, will affect the "block_3" and "block_4"(new) element.
Expected:
we just want to affect the "block_4"(new) element.

I think the block ui instances need to updat or refresh when the dom changed and the "block-ui" attribute updated.

Thanks.

@TOPS-Aman
Copy link

any update on this?

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

No branches or pull requests

2 participants