angular-tour
angular-tour copied to clipboard
Multi-page tours - ui-router
Does this Tour module have compatibility to span multiple pages (routes) and compatibility with the popular ui-router module?
Now THAT would be awesome.
This would be an awesome feature
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.
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
+1 for your thoughts and code on integrating with ui-router
@kennethlynne any chance you can repost your gist code until this is added?