I am building an application using angularjs in which i am using intro.js for product tour.
I have a requirement that when the user clicks on a specific element, intro.js should focus on that particular element irrespective of the next element.
So if the user is on element 1 within the tour, and clicks on element 3, the user should navigate to element 3 skipping element 2.
How can I achieve this functionality?