I'm using angular 1.2.6, and got memory leak issue when switching the views which managed by Angular.
The DOM look like not released when view is switched.
I did a very deeply researching how to resolve memory leak in angular, but the problem is still happened.
You can see the 'detached DOM' by using profile tool of Chrome.
A very simple application here: http://myclients.azurewebsites.net/#/
Also got this issue?
You can refer this question asked by Alex Shnayder: http://www.marshut.com/iknntu/leaking-scope-when-method-on-scope-references-scope-itself.html
It's exactly the same issue with me.