Is the $viewContentLoaded event inclusive of asset loading/rendering, such as images?
I am trying to establish whether listening to this event guarantees that the view has been completely rendered with no flickering or partial image rendering.
Or does it simply indicate when the HTML of the view is ready and has been inserted?