DaftMonk / angular-tour

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

Tour actions #17

Open ikb42 opened 10 years ago

ikb42 commented 10 years ago

Is it possible to have an action, eg a navigation link, on tour dialogues?

ikb42 commented 10 years ago

I tried using getCurrentStep() like this <tour step="currentStep" post-tour="tourComplete(getCurrentStep())"> but I get undefined?

yhnavein commented 9 years ago

@ikb42: If you want to perform some customised actions on a particular step then you can check out my PR: #28. I've extended angular-tour by adding additional callbacks