arielfaur / ionic-wizard

A set of angular directives to create a wizard using Ionic's slide box
http://arielfaur.github.io/ionic-wizard
MIT License
81 stars 26 forks source link

Is next-condition checked for the first slide? #20

Closed oskarnrk closed 8 years ago

oskarnrk commented 8 years ago

If I set next-condition for the first slide (a variable has to be not null to go forward) the Next button is still active and works. So I tap it, I go to the next slide and then I go back: now the button becomes disabled. For your knowledge, the wizard is the first view I have opening the app.

arielfaur commented 8 years ago

Are you using the newer version 2.0 with Ionic 1.2 ?

oskarnrk commented 8 years ago

Yes, exactly. What I missed? :)

arielfaur commented 8 years ago

You're right. It's a bug. Thanks!

arielfaur commented 8 years ago

@oskarnrk I think I fixed this issue. Check release v2.0.1 please and let me know. Thanks!

oskarnrk commented 8 years ago

@arielfaur the problem il solved in 2.0.1. Thank you!