angular-intro.js
angular-intro.js copied to clipboard
Intro through multiple pages
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
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.
@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.
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?