-
Notifications
You must be signed in to change notification settings - Fork 3k
Resolves overwriting broken #1402
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
wow, went here to report the same, but seems you were 7 mins faster :) |
Thanks for the plunk. This is a dupe of #1353 and is already fixed in master. |
@christopherthielen I have checked out master, and still see the same error. I have forked the above plucker, http://plnkr.co/edit/83oqJ7YD6wut8uIK54sT?p=preview |
@thorning Your plunk links to 0.2.11. |
@nateabele Are you sure, I have not created a plucker before, so it is quite possible I forked it up :) When I go to the plucker while not logged in it links to "https://rawgit.com/angular-ui/ui-router/master/release/angular-ui-router.js" Changing "master" in that url to 0.2.10 and it works as expected. 0.2.11 and master fails |
@nateabele I see my error, the release folder is not updated yet, sorry |
@thorning Yeah, sorry for the confusion. The release folder is only updated when an actual release happens. To test what's in master, you need to follow the readme instructions for building it locally. |
After update to 0.2.11 resolved values don't get overwritten in child states when transitioning from another state. The resolved value of parent is injected to child state controller instead.
http://plnkr.co/edit/vUNKRrvASevjy4XnwHdE?p=preview
The text was updated successfully, but these errors were encountered: