I'm having the same problem. Does someone has a solution for this?

On Sunday, September 15, 2013 5:31:12 PM UTC+2, Michal Kurtak wrote:
>
> Hi,
>
> I have found memory leak when using ng-view with directive with ng-repeat 
> in it. I believe it is a bug in angular 1.0.8 and 1.2.0.rc2. Here is a 
> sample code http://plnkr.co/5adwl9kwCyxT5urU9D5x
>
> Bug occures when switching between views:
> view1 - view with directive nievents (ng-repeat inside it)
> view2 - empty view
>
> After switching between views several times, i can see Detached DOM tree 
> (with 692 entries) with elements from view1, although i am switched to 
> view2. When you keep switching again and again, copies of Detached DOM 
> trees are created and cause memory leak.
>
> I am not able to determine what causes a memory leak, but I can see 
> ng-repeat scopes are not destroyed (parent scopes from controller are 
> destroyed).
>
> Tested on Chrome 29.0.1547.66 m but FF is also leaking.
>
> Anyone else encountered the same issue?
>
> Cheers,
> Michal
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to