Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

ngIf broken on 1.2.0 release #4893

Closed
matthughes opened this issue Nov 11, 2013 · 2 comments
Closed

ngIf broken on 1.2.0 release #4893

matthughes opened this issue Nov 11, 2013 · 2 comments

Comments

@matthughes
Copy link

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.

@symblify
Copy link

Duplicate of #4852.

@jeffbcross
Copy link
Contributor

Closing as duplicate to #4852

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

No branches or pull requests

3 participants