dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

/ in child states does not concat correctly to parent route. #118

Closed jeme closed 9 years ago

jeme commented 9 years ago
state('a', { route: '/path' });
state('a.b', { route: '/' });

Won't overwrite a's route as was intended.