-
Notifications
You must be signed in to change notification settings - Fork 3k
Url params leaking to unrelated states. #504
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
Comments
Plunkr? |
Here you go http://plnkr.co/edit/1sXldTJGueFGSAvvczhR?p=preview Though Plunkr's preview is down currently. Here's the zip of files https://www.dropbox.com/s/cpz5zokl08q0cyj/ui-router-test.zip |
@nateabele Might have something to do with the inherit code. |
@ADmad Thanks, I'll take a look shortly. @timkindberg Yeah, my thinking as well, although it should only be looking at common parents, so that's weird. |
@nateabele Just checking in if you got a chance to look into this 😄 |
Using the
angular-1.2
branch I have setup states/routes similar to this:I have menu links:
Assuming I am on url
#/foo/2013
if i clik the link for "Bar" it's takes me to#/bar/2013
while i expect it to take me to url#/bar/
. The route param of unrelated states should not be carried over.The text was updated successfully, but these errors were encountered: