nathanhammond/ember-route-alias

camelCase routes are not supported

Opened this issue · 0 comments

it seems that if I have a route defined like this.route('myRoute');, then aliasing does not work correctly. this.alias('aliasedRoute', '/aliasedRoute', 'myRoute');

there is no error, but the template and route code for myRoute fails to load