shprink / ionic-native-transitions

[Maintenance only] Native transitions (iOS & Android) for Ionic Framework
https://www.npmjs.com/package/ionic-native-transitions
MIT License
572 stars 112 forks source link

Allow transitions to same state with different parameters #126

Closed TomSeldon closed 8 years ago

TomSeldon commented 8 years ago

Addresses issue raised in https://github.com/shprink/ionic-native-transitions/pull/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 commented 8 years ago

thanks! releasing a new version

shprink commented 8 years ago

v1.0.2 is released. thanks very much @TomSeldon