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

Allow transitions to same state with different parameters #126

Merged
merged 1 commit into from
Jul 29, 2016
Merged

Allow transitions to same state with different parameters #126

merged 1 commit into from
Jul 29, 2016

Conversation

TomSeldon
Copy link
Contributor

Addresses issue raised in #112

Allows transitions to states with the same name, but different parameter(s), e.g.

$ionicNativeTransitions.stateGo('detail', {
    id: 1
});

$ionicNativeTransitions.stateGo('detail', {
    id: 2
});

Haven't updated the dist files (it didn't seem to be generating the .min.js file)

@shprink shprink merged commit 4005e16 into shprink:develop Jul 29, 2016
@shprink
Copy link
Owner

shprink commented Jul 29, 2016

thanks! releasing a new version

@shprink
Copy link
Owner

shprink commented Jul 29, 2016

v1.0.2 is released. thanks very much @TomSeldon

@TomSeldon TomSeldon deleted the same-state-transitions branch July 29, 2016 16:38
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

Successfully merging this pull request may close these issues.

None yet

2 participants