Testing ui-router for the fist time but testing the Events at the moment and I can\'t seem to understand how to trigger $viewContentLoaded or Loading. Although, I\'ve got stageC
it looks like you have $viewcontentLoaded instead of $viewContentLoaded. did you forget to camel-case-capitalize the C?
$viewcontentLoaded
$viewContentLoaded
C
The $viewContentLoading event is now correctly firing with release 0.2.11: fix(state): allow view content loading broadcast