Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple path error #17

Open
otporsad opened this issue Sep 26, 2015 · 3 comments
Open

Multiple path error #17

otporsad opened this issue Sep 26, 2015 · 3 comments

Comments

@otporsad
Copy link

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

@ndxbxrme
Copy link
Owner

hey otporsad
i'll check that out now...

@ndxbxrme
Copy link
Owner

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

@otporsad
Copy link
Author

Great, i will use the workaround, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants