You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Closing as this is indeed a uiRouter issue and has been fixed in v1.0.0alpha0 of uiRouter (see angular-ui/ui-router#2574).
The easy work-around for those who can't upgrade, is to instantiate $state early (e.g. inside a .run() block).
If I set $location as application.run dependency or if I set templateUrl (async template) router doesn't work.
http://plnkr.co/edit/kXcik8znN5HMp6ohRuMA?p=preview
If you remove problem dependency or change templateUrl to template everythink works correct.
The text was updated successfully, but these errors were encountered: