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

tourtip-element will not be found in a template of an 1.5-component #82

Closed schneyra closed 7 years ago

schneyra commented 7 years ago

Hello,

I'm trying to use angular-tour in my 1.5-application with virtual steps. It works fine, es long as the element specified in tourtip-element is within the template of the main controller. Elements that are in the templates of my components are not found.

Target element could not be found. Selector: #e1

Any ideas what I might do wrong?

schneyra commented 7 years ago

Sorry, after half a day I found my (really stupid) mistake two minutes after writing this.