This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Provide console errors when routes cannot be evaluated #190
Open
Description
I'm trying to debug a simple multi-component view (top/bottom views) - for some reason when I used ng-link to compose the link it just returns the link to the page root. This happens any time the router can't figure out what I want.
I'm hoping we can get diagnostic errors when we construct something wrong. For example, if the component name is wrong (and the directory or js is missing), it'd help to report that. Or if the expression isn't a valid route, we should log that as well.