benmarch/angular-ui-tour

Disabled next step to manually go to the next step

Opened this issue · 0 comments

I am using the exact versions of the following:

  • Browser: [Chome|Firefox|IE|Safari] Version: 61.0.3163.100 (Official Build) (64-bit)
  • AngularJS: v1.6.1
  • Angular Bootstrap: 2.5.0
  • Angular UI Tour: 0.9.2

I have installed this library via: Bower

It would be nice to tell a certain step to not allow the user to click to the next step, and instead manually control when that step goes to the next step. For instance, I have a tour that points out a button that opens a modal. I would ideally like the step to point out the button and wait for the user to click the button and the modal to open to programmatically move to the next step that starts pointing out things in the modal.