How to catch memory leaks in an Angular application?
And the answer is cache. I don’t know what it is, but this thing grows. It seems to be related to jQuery. Maybe it’s the jQuery element cache. Do you by any chance apply a jQuery plugin on one or more elements after every service call? Update The problem is that HTML elements are added, … Read more