angular-tour icon indicating copy to clipboard operation
angular-tour copied to clipboard

Tour actions

Open ikb42 opened this issue 10 years ago • 2 comments

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

ikb42 avatar Sep 24 '14 15:09 ikb42

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

ikb42 avatar Sep 25 '14 09:09 ikb42

@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

yhnavein avatar Dec 13 '14 18:12 yhnavein