I recently ran into a situation where I wanted to make to $http calls triggered by a page reload. The solution I went with:
- Encapsulate the two calls into functions
- Pass the second $http call as a callback into the second function
- Call the second function in apon .success