You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Elements with ngIf attribute will repeat the contents as the condition changes. My guess is the bug is it always does an append when going from true -> true. Only removes the children when value goes from true -> false. Here is a very simple example that shows the problem.
Elements with ngIf attribute will repeat the contents as the condition changes. My guess is the bug is it always does an append when going from true -> true. Only removes the children when value goes from true -> false. Here is a very simple example that shows the problem.
http://plnkr.co/edit/UOgE8KEv95jdZpRAM8Do
This did work as expected as of 1.2.0.rc3.
The text was updated successfully, but these errors were encountered: