Skip to content

Fixing severe memory leak#421

Merged
Voles merged 1 commit into
angular-ui-tree:masterfrom
lukasz-karolewski:master
Apr 27, 2015
Merged

Fixing severe memory leak#421
Voles merged 1 commit into
angular-ui-tree:masterfrom
lukasz-karolewski:master

Conversation

@lukasz-karolewski

Copy link
Copy Markdown
Contributor

keyup event was retaining scope which was retaining html nodes, cleaning up on $destroy

verified that this fixes memory leak

this article gave me insight into the problem:
http://www.codeproject.com/Articles/882966/Fixing-Memory-Leaks-in-AngularJS-and-other-JavaScr

keyup event was retaining scope which was retaining html nodes, cleaning up on $destroy

verified that this fixes memory leak

this article gave me insight into the problem:
http://www.codeproject.com/Articles/882966/Fixing-Memory-Leaks-in-AngularJS-and-other-JavaScr
samuv pushed a commit to samuv/angular-ui-tree that referenced this pull request Mar 28, 2015
@lukasz-karolewski

Copy link
Copy Markdown
Contributor Author

anybody here?

@chris-eaton

Copy link
Copy Markdown

Kether.. I noticed the leak in UI Tree too. Your fix worked. Thanks

@vtmoren

vtmoren commented Apr 22, 2015

Copy link
Copy Markdown

Can this be pulled to master (version 2.2.0)?

@chino23

chino23 commented Apr 27, 2015

Copy link
Copy Markdown

+1 on pull to master

@Voles Voles changed the title fixing severe memory leak Fixing severe memory leak Apr 27, 2015
Voles pushed a commit that referenced this pull request Apr 27, 2015
Fixing severe memory leak
@Voles
Voles merged commit 45e3115 into angular-ui-tree:master Apr 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants