angular-tour icon indicating copy to clipboard operation
angular-tour copied to clipboard

Multi-page tours - ui-router

Open DaleWebb opened this issue 10 years ago • 6 comments

Does this Tour module have compatibility to span multiple pages (routes) and compatibility with the popular ui-router module?

DaleWebb avatar Aug 21 '14 19:08 DaleWebb

Now THAT would be awesome.

kennethlynne avatar Aug 30 '14 13:08 kennethlynne

This would be an awesome feature

jketcham avatar Sep 10 '14 07:09 jketcham

This is actually pretty easy to implement I realized.

I might send a PR or do a write up, but until then this will do: https://gist.github.com/kennethlynne/9a9852d5b1f4fdeb1289

It is a quick and dirty directive and a service that lets you control all tours from one service, and do stuff like persist tour state (you must implement it your self, but pretty straight forward stuff) or trigger tours sequentially.

kennethlynne avatar Sep 10 '14 07:09 kennethlynne

Hi, the gist link isn't available, is there any way to share the code again? I would love to see how you implemented a multi-page tour

Cheers

sweetyams avatar Mar 17 '15 00:03 sweetyams

+1 for your thoughts and code on integrating with ui-router

adressin avatar Jul 24 '15 15:07 adressin

@kennethlynne any chance you can repost your gist code until this is added?

marcelchastain avatar Aug 30 '15 06:08 marcelchastain