You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this tour and i would like to have like help icons in section name where if the user clicks it open the tour in that step.
I tryed to make like ng-click="tourStep=1" , it works when click once.. if click it twice it does not open again. If i have to icons, one changing to step1 and other to step2 it works, but when click in same step cliked before, it does not open.
Is there a way to call openTour() programmatically? (inside the controller)?
bests
The text was updated successfully, but these errors were encountered:
Hey. awesome module!!
I'm using this tour and i would like to have like help icons in section name where if the user clicks it open the tour in that step.
I tryed to make like
ng-click="tourStep=1"
, it works when click once.. if click it twice it does not open again. If i have to icons, one changing to step1 and other to step2 it works, but when click in same step cliked before, it does not open.Is there a way to call
openTour()
programmatically? (inside the controller)?bests
The text was updated successfully, but these errors were encountered: