Here is a two part inquiry:
When utilizing the resolve property within $stateProvider.state() to retrieve specific server data before controller loading, is there a method to display a loading animation during this process?
I am facing an issue with child states that also make use of the resolve property. It appears that ui-router insists on finalizing all resolves before initiating any controllers. Is there a way for parent controllers to load once their resolves are resolved, without waiting for all the child resolves? Addressing this may solve the initial problem as well.