Yannick Goujon
Results
1
comments of
Yannick Goujon
I have the same issue with version 1.3.2 and angular 1.5.5. I found that the memory leak was due to the following code: ``` $compile(backdropDomEl)(backdropScope); $animate.enter(backdropDomEl, appendToElement); ... $animate.enter($compile(angularDomEl)(modal.scope), appendToElement);...