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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support additional state that is not in the URL #828

Closed
wants to merge 1 commit into from
Closed

Support additional state that is not in the URL #828

wants to merge 1 commit into from

Commits on May 5, 2015

  1. [added] data argument for transitions and redirects

    The data argument isn't reflected in the URL - it's intended for:
    
    1. Passing one-time data to willTransitionTo hooks without having to send it through the URL (e.g. POST form data)
    2. Passing one-time props via a redirect, to be used in a route handler (e.g. user input and validation errors from a service call which need to be redisplayed)
    insin committed May 5, 2015
    Configuration menu
    Copy the full SHA
    84397de View commit details
    Browse the repository at this point in the history