2
votes
1answer
83 views
+100

AngularJS not cleaning child scope created by ng-include

I have the following use case - I provide a dialog service where I put a different content depending on the context. In the service method i manually compile a dom element and use it to display dialog ...