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

AngularJS does not handle paths with slashes in them. #40

Closed
gtarcea opened this issue Sep 17, 2013 · 1 comment
Closed

AngularJS does not handle paths with slashes in them. #40

gtarcea opened this issue Sep 17, 2013 · 1 comment
Assignees

Comments

@gtarcea
Copy link
Member

gtarcea commented Sep 17, 2013

When a parameter in a route contains a slash AngularJS assumes items after the slash are part of the route or another parameter. This is not working with Ids that contain

@ghost ghost assigned gtarcea Sep 17, 2013
@gtarcea
Copy link
Member Author

gtarcea commented Sep 17, 2013

Changed how the ids are constructed to remove the slash. The ids are opaque in that the application doesn't care about them. However the current implementation of the data loader depends on being able to construct the id. This is really a bug in the metaloader. Closing bug and opening in metaloader.

@gtarcea gtarcea closed this as completed Sep 17, 2013
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

1 participant