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
Click "Page 1", wait for the component to appear, then click "Page 2".
Click "Log $children". You should only see [Page2] in the console.
Click "Page 1", then immediately click "Page 2", before page1 loads.
Click "Log $children". You'll see [Page1, Page2] in the console. Page1 is stuck forever in the parent's $children array.
The text was updated successfully, but these errors were encountered:
http://jsfiddle.net/nkovacs/djq02tkt/
Click "Page 1", wait for the component to appear, then click "Page 2".
Click "Log $children". You should only see
[Page2]
in the console.Click "Page 1", then immediately click "Page 2", before page1 loads.
Click "Log $children". You'll see
[Page1, Page2]
in the console. Page1 is stuck forever in the parent's $children array.The text was updated successfully, but these errors were encountered: