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
Hello, i have this problem: when i want to generate "cars/add" route with yo angular-meteor:route cars/add the generator completes successfully and prints "create cars/add.controller.ng.js" etc.
I am expecting this result: path/url: cars/add, directory: client/cars/add.
The result i get is: path/url: cars/add, directory: client/cars/add/cars/
Thank you
The text was updated successfully, but these errors were encountered:
in the meantime you could do yo angular-meteor:route add
and create it in client/cars
but then you'll need to alter the generated route file, so it isn't a great solution
i'll let you know when i have a proper fix
Hello, i have this problem: when i want to generate "cars/add" route with yo angular-meteor:route cars/add the generator completes successfully and prints "create cars/add.controller.ng.js" etc.
I am expecting this result: path/url: cars/add, directory: client/cars/add.
The result i get is: path/url: cars/add, directory: client/cars/add/cars/
Thank you
The text was updated successfully, but these errors were encountered: