angular-intro.js icon indicating copy to clipboard operation
angular-intro.js copied to clipboard

Append tour html to DOM element different than body.

Open simonemazzoni opened this issue 8 years ago • 0 comments

Hello, I noticed that there isn't a way to append the tour tooltip to a specific element instead of the body element.

According to this line of intro.js source code, is possible, but the angular-intro service doesn't allow this.

WORKAROUND I redefine the property intro._targetElement accessing it from ngIntroService before call ngIntroService.start() but it isn't a very clean solution.

There is a better way to do this?

simonemazzoni avatar Dec 22 '17 10:12 simonemazzoni