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

center-top placement hides arrow #79

Open danidev opened 7 years ago

danidev commented 7 years ago

hello, if I use tourtip-placement="center-top"

when I inspect the DOM, there is a ng-hide class added to classes: tour-arrow tt-center-top. Why? Is there any way to control it?

Thanks in advance, Daniele