1
vote
1answer
115 views

Angular ui-router fails to resolve named dependencies

I recently migrated from ui-router 0.0.1 to 0.2.0. Since the migration, ui-router fails to resolve named dependencies that needs to be injected into a view's controller. Here's the sample code which ...
0
votes
0answers
47 views

Resolve $http request before running app and switching to a route or state

I have written an app where I need to retrieve the currently logged in user's info when the application runs, before routing is handled. I use ui-router to support multiple/nested views and provide ...
1
vote
4answers
1k views

Angular UI Router - Views in an Inherited State

edit: Based on the answer by @actor2019 I want to update my question to better explain the problem: Using Angular UI-Router(v0.0.2), I've setup the app to properly navigate between main ...