DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
608 stars 137 forks source link

How to skip a step if I want to apply certain condition ? #93

Open aayushpatidar opened 6 years ago

aayushpatidar commented 6 years ago

What if I want to skip one step when I don't want that step in certain condition ? Is there any function to skip it ?

cipster commented 6 years ago

if you know the order of your steps, you can override the template and provide your own implementation of the next button. this way you can assign whatever value you want to currentStep