Is there any way to get the list of states configured for the application through Angularjs UI Router? i.e After configuring all the states (aka routes in angular), how to get the array of these states or state objects.
In other words, what is the equivalent of Angular's built in router's "$route.routes" in Angular UI Router?
Tried to find in UI Router's api documentation, but can't find it.