Could someone clarify why the templateLoadHandler function is being triggered, but not the templateReadyHandler?
<param name="templateLoadHandler" value="myTemplateLoaded"/>
<param name="templateReadyHandler" value="onTemplateReady"/>
Both of these functions are running in my AngularJS code, however, I'm puzzled as to why myTemplateLoaded() is firing and not onTemplateReady().
I would greatly appreciate any insights or explanations, thank you!