We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have tried it to implement in Ionic framework not working for me what i have tried =>
`<body ng-app="starter" ng-controller="DemoCtrl"> <div> <span id="e0">Highlighted</span></br> </div> <div><span id="e1">Elements</span></div> <ion-nav-view> </ion-nav-view> <tour step="currentStep" post-tour="postTourCallback()" post-step="postStepCallback()" tour-complete="tourCompleteCallback()"> <virtual-step tourtip="this is step first" tourtip-next-label="Continue" tourtip-placement="bottom" tourtip-step="1" tourtip-element="#e0"></virtual-step> <virtual-step tourtip="this is step 2" tourtip-next-label="Cool. How do I use it?" tourtip-placement="bottom" tourtip-step="2" tourtip-element="#e1"></virtual-step> </tour>`
The text was updated successfully, but these errors were encountered:
@RahulJyala, have you made any progress on this? Or, did you end up using a different module in your Ionic app?
Sorry, something went wrong.
No branches or pull requests
i have tried it to implement in Ionic framework not working for me
what i have tried =>
The text was updated successfully, but these errors were encountered: