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

Allow to wait for the onProceed callback before moving forward in the tour #54

Closed gastonelhordoy closed 8 years ago

gastonelhordoy commented 8 years ago

This is useful for multi-pages tours. I tested it with ui-router which returns a promise for every transition, so once the transition is done, the promise ir resolved and the tourtip-element selector can be found in the DOM.

booleanbetrayal commented 8 years ago

thanks @gastonelhordoy !