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.
Hi,
I found strange thing, when I use iframe-based angular directive like this
<iframe ng-src="{{url}}"></iframe>
I found that number of documents increased, I controlled this parameter via chrome -> developer tools -> timeline. I fired manually gc a number of times but documents count stay unchanged.
I use latest version of chrome i.e. Version 32.0.1700.102 m and angular, i.e. Angular 1.2.10.
This example not mine, but I see the same behavior, if you press to the button you can see that number of DOM documents increased (and never decreased). http://embed.plnkr.co/RDOJvgBdu4OKQBk1MfHL/preview
Hi,
I found strange thing, when I use iframe-based angular directive like this
I found that number of documents increased, I controlled this parameter via chrome -> developer tools -> timeline. I fired manually gc a number of times but documents count stay unchanged.
I use latest version of chrome i.e. Version 32.0.1700.102 m and angular, i.e. Angular 1.2.10.
This example not mine, but I see the same behavior, if you press to the button you can see that number of DOM documents increased (and never decreased).
http://embed.plnkr.co/RDOJvgBdu4OKQBk1MfHL/preview
Does it mean that I forget something like this:
Or it is chrome/angular bug ?
Thanks,
Igor
The text was updated successfully, but these errors were encountered: