benmarch / angular-ui-tour

Product tour using Angular UI Bootstrap Tooltips
163 stars 49 forks source link

Disabled next step to manually go to the next step #160

Open jrdn91 opened 7 years ago

jrdn91 commented 7 years ago

I am using the exact versions of the following:

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.