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

using IntroJS with ng-show #26

Closed
ulukfuni opened this issue Aug 21, 2014 · 3 comments
Closed

using IntroJS with ng-show #26

ulukfuni opened this issue Aug 21, 2014 · 3 comments

Comments

@ulukfuni
Copy link

I want to skip the step that has the ng-show property on it because the ng-show makes that particular step display: none. how to do this?

@mendhak
Copy link
Owner

mendhak commented Sep 24, 2014

The only way I can think of is to have ng-show pointint at .something, and having the controller watching $scope.something; as its value changes, the introjs' object changes too, to skip that step.

@millerscout
Copy link
Collaborator

another solution is:

write a directive using the service, where the directive detect each step available and push to the service then on your controller you just start the the intro when you need.

@millerscout
Copy link
Collaborator

as it's been some time, if you need further help tell us,

i'll be gladly to help :)

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

3 participants