javascript - Golden-layout + Angular is generating memory leak -
i'm having problem big memory leaks using angular
, golden-layout
in project.
now, noticed examples angular
leaking...
to prove leak added small function topratedcontrollertag()
userdetails
controller holds information "selected user" panel.
after closing panel, there lot of detached dom tree items , can still see function, not supposed happen.
here minimal code demonstrating this: http://codepen.io/jpmp/pen/xpqzrw
i'm using google developer tools.
edit: link issue on golden-layout github.
Comments
Post a Comment