Can someone tell me. Does calling $compile cause angular to traverse the entire DOM? I read somewhere that compiling is an expensive task as it requires angular to traverse the DOM looking for directives, so calling it many times can slow things down. But I can't find where I read it now.Can someone tell me. Does calling $compile caus