If I bootstrap an AngularJS app on a DOM node, then delete the DOM node via the raw DOM API, will the object graph backing the AngularJS app be collected?
If so, how does the browser know to do this? Is it because the DOM node dominates the memory associated with the JS object graph of the application.