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

Getting error in calculating the position. #77

Open RiaPius opened 7 years ago

RiaPius commented 7 years ago

Hi, I am using this library in my application. Getting the tourtips properly. But the position is not correct. There is some error happening in the function to calculate position. On analyzing it was found that tourtip.width() is failing ttwidth is not calculated properly. Should we set any width for tourtip? Please help me to understand the issue