This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
angular + jquery: memory leaks in IE8 #1216
Closed

Description
When using angular with jquery and setting up route navigation, scope object(-s) leaks in IE8 (hasn't been tested in IE9) when switching between views.
Please see http://jsfiddle.net/ADukg/467/
Notes:
- view that leaks should contain ngModel directive;
- when removing jquery, the sample above doesn't leak;
- i am using window.CollectGarbage() to enforce IE to collect garbage.