Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

How to make it work with a custom element directive #85

Open
dhruv-moengage opened this issue Jun 14, 2016 · 3 comments
Open

How to make it work with a custom element directive #85

dhruv-moengage opened this issue Jun 14, 2016 · 3 comments

Comments

@dhruv-moengage
Copy link

dhruv-moengage commented Jun 14, 2016

I tried setting <custom-directive id="step2"></custom-directive>
but it doesn't highlight my directive.

@dhruv-moengage
Copy link
Author

I added a div around it and added id=step to the div. It works fine now.

@dhruv-moengage
Copy link
Author

But what if I want to highlight an element inside the custom directive ?

@millerscout
Copy link
Collaborator

may you provide a plunker?

it's either:

  1. the DOM wasn't available.
  2. your directive it's being removed.

#110 now it's possible to access the service that handles the introJs, you'll be able to select some Element inside the custom directive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants