angular-tour
angular-tour copied to clipboard
Tour actions
Is it possible to have an action, eg a navigation link, on tour dialogues?
I tried using getCurrentStep()
like this <tour step="currentStep" post-tour="tourComplete(getCurrentStep())">
but I get undefined
?
@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