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
User detail url is defined as /users/{id:int}/. If I browse through links, everything works great. If I try to access link with {...:int} (eg.: plunk/index.html#/users/3/) straight away, no state loads.
If I remove type from URL (/users/{id}/), everything works ok again.