Ben March

Results 54 comments of Ben March

You will have to use the `next-path` and `next-step` attributes to specify the path and ID of the next step. Note that this does not integrate with UI Router. I...

Hey @alex-p-crest, is this Angular UI Tour, or Angular Bootstrap Tour? If it is Angular UI Tour, can you move your comments over to that repo and close this issue?...

Hi @harigna, can you post a full stack trace? I also _strongly_ recommend using [Angular UI Tour](https://github.com/benmarch/angular-ui-tour) if you can because I am no longer maintaining this version.

Hey @jduprey, the steps _should_ automatically be added to the tour once they are linked. Are you experiencing different behavior?

Ok it looks like there are two issues: the first is that the current step does not know about the next step when it is shown, so the "Next" button...

Hey @maximelebreton sorry for the delay, does the popover display as an orphan without the class or is that feature completely broken?

Any update, @maximelebreton?

I believe this is due to Angular's multi-element directives feature that looks for attribute and element names ending with "start" and "end". Try changing it to `on-end-end="end(tour)"`.

I tested this locally and it should just be `on-end="end(tour)"`, sorry for the confusion (for onStart you have to use on-start-start). It looks like it is working as expected, the...