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

Transition parameters #123

Open
thorn0 opened this issue Oct 13, 2014 · 1 comment
Open

Transition parameters #123

thorn0 opened this issue Oct 13, 2014 · 1 comment

Comments

@thorn0
Copy link
Contributor

thorn0 commented Oct 13, 2014

Is there a way to call $state.goto with such kind of parameters that they would be accessible inside of transition handlers, but wouldn't make it into the URL? For example, I'd like to handle a transition from entity/new to entity/210 in a special way when the Save button is pressed to create a new entity. It's not the same as just a transition from entity/new to an existing entity (say entity/209), so I want to differentiate these situations in the transition handler.

@jeme jeme added this to the v0.7.0 milestone Oct 14, 2014
@jeme jeme added the feature label Oct 14, 2014
@jeme
Copy link
Contributor

jeme commented Oct 14, 2014

Not as things are right now, but it wouldn't be terrible hard to add...

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

No branches or pull requests

2 participants