I am trying to stop a situation where the page loads prior to the data, so you get the view updating whilst page is loading.
In UI-router, you can set a 'resolve' which can run a method and retrieve data prior to loading page, which is working fantastically, but I seem to only be able to do this for one method. Is there a way to run multiple methods in a resolve prior to loading the page?