You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2022. It is now read-only.
It is possible to implement intro.js with jquerymodal in Angularjs project.
My user case.
Click on button
Open JqueryModal via Controller like this angular.element('#process-spreadsheet').modal()
Then show intro.js popup
I think we can use approach like
add event on each steps like
steps: [{ before: function () { angular.element('#process-spreadsheet').modal() }, element: document.querySelector('#process-spreadsheet'), intro: "This is the first tooltip." } ]
Let me know if we have anything which can work with jquerymodal or any suggestions.