When using angularJS, you can hook up event listeners like
onDomReady using
sometimes it's necessary to wait until the view gets loaded to hook up some additional processing that depends
on DOM elements present or created after the controller has processed the view,
and $viewContentLoaded is intended just for that.