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

"Target element could not be found" Fallback #90

Open danidev opened 7 years ago

danidev commented 7 years ago

Hello, if the element defined in the tourtip-element in a virtual-step is not found, the page get the error:

Target element could not be found. Selector: #id-of-the-element

Is there any fallback to avoid this? (for instance skip to the next step)

Thanks for the good work, Daniele