After experimenting with $evalAsync and $viewContentLoaded, I've found that they only trigger after Angular has completed populating the template.
My goal is to determine, from within a directive:
- Is the template fully replaced by Angular?
- Have all images and other assets specified in the template finished downloading?
- If so, then do this-->
I've experimented with various methods, but what I really need is a clear indication of how to achieve this correctly in Angular.