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

Intro through multiple pages

Open ahmedhawas opened this issue 10 years ago • 3 comments

I am trying to get the introduction go through multiple pages. I am using ui-router. I check if a certain step is reached and using $state.go, I go to the next page. However, when I check the DOM for the element on the new page it is isn't there. Therefore the label for the step on the new page ends up showing on a random place.

Is there a way around this? Thanks

ahmedhawas avatar Aug 31 '14 04:08 ahmedhawas

See if this thread is relevant to you - https://github.com/usablica/intro.js/issues/2

This is just a wrapper around intro.js, so all this directive would do is expose existing functionality.

mendhak avatar Sep 24 '14 17:09 mendhak

@ahmedhawas where do you check if a certain step has been reached and navigate to the right page? I m trying to do something similar in my angular mobile app and I notice the intro label/tooltip disappear during the transition.

kmuthupa avatar Jun 22 '15 18:06 kmuthupa

In my case the next tooltip is shown on the application but the app does not transition to the next view / state (I'm using UI- Router to go across states). If there is some place where I can mention when the tooltip is in this position and the user clicks / taps to view the next tool tip the current state should be translated to new state, that would help a ton.

How may i do this?

santosh532 avatar Feb 04 '16 14:02 santosh532