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

Added document.querySelector in order to prevent jqLite errors #80

Closed rgolea closed 9 months ago

rgolea commented 7 years ago

I kept having these errors because jqLite wouldn't do element selection so I added the document.querySelector to prevent this issue