-
Notifications
You must be signed in to change notification settings - Fork 310
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
Nested rv-if don't rebind correctly #611
Comments
That was fast 😄 |
:) I'm trying to get back on top of things. Do you think we're ready for a new version, and if so, do you know how we go about it? |
I think we're ready for a |
Ok, could you add your recent PRs to the list in #560? Then after adding these to a changelog, I will look into how we push a new version. |
Done. I'll take some time to make sure no PR was missed. |
Hi all
I recently encountered this issues :
Consider this DOM
If
scope.firstDiv
is set tofalse
thentrue
thesecondDiv
if correctly shwon but databinding is lost.You can test it there : https://jsfiddle.net/jccazeaux/ou483fdj/
As you can see, databinding is lost when we toggle the level 1. To activate the databinding again we have to toggle the level 2.
This is a glitch in
rv-if
binder which doesn't reinit abound
flag. PR will followThe text was updated successfully, but these errors were encountered: