SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 179 JavaScript

fix(jqLite): .data()/.bind() memory leak

Since angular attaches scope/injector/controller
into DOM it should clean up after itself. No need
to complain about memory leaks, since they can
only happened on detached DOM. Detached DOM would
only be in tests, since in production the DOM
would be attached to render tree and removal
would automatically clear memory.
M
Misko Hevery committed
ec1c5dfaee32f9638cedd28bb96bbbecce9d0cf0
Parent: 24e7da4
Committed by Igor Minar <igor@angularjs.org> on 5/15/2012, 4:56:22 AM