Closed
Description
Plunk: http://plnkr.co/edit/nlhskp?p=preview
To reproduce, you'll need to download this plunk.
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.