ionic-wizard
ionic-wizard copied to clipboard
next-condition not working in first step
im trying to validate some fields in step1 before go to step2. So im using next-condition for this but it's not trigger on step1 and it's working fine on step2.
i used this plnkr example http://embed.plnkr.co/azYKSAYOMv0pZu8YEWVs for my project.
I'd have to see your actual code to know what might be going wrong. Can you post a reproduction of the issue?
I'm seeing the same result. if you take your example
i used this plnkr example http://embed.plnkr.co/azYKSAYOMv0pZu8YEWVs for my project.
and remove the first "ion-slide-page"
and change the second slide to only have the "Next-condition".
just updated to the 2.0.1 and it is working.
thanks.