DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
608 stars 137 forks source link

Multi-page tours - ui-router #11

Open DaleWebb opened 9 years ago

DaleWebb commented 9 years ago

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

kennethlynne commented 9 years ago

Now THAT would be awesome.

jketcham commented 9 years ago

This would be an awesome feature

kennethlynne commented 9 years ago

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.

sweetyams commented 9 years ago

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

adressin commented 8 years ago

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

marcelchastain commented 8 years ago

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