ng-joyride icon indicating copy to clipboard operation
ng-joyride copied to clipboard

Angular Joyride Directive for creating custom introductions to websites

Results 30 ng-joyride issues
Sort by recently updated
recently updated
newest added

My initial popup works great, but there after they are behind the 'curtain' class and cannot be clicked.

Moving to a new state with Next(beforeStep) is great however when you click prev you do not get taken to the previous state/page. Instead the dialog boxes appear on the...

I just noticed, that ng-joyride is not working with jQuery3 yet, I tried for hours to get it working until I figured out the error. In ng-joyride.js, line 473 you...

Title popover is always generated with either 'Finish' or "Next >" label for the nextBtn. the machanism in _compilePopover(html) function overrides the content of used 'titleTemplate'

Is there anyway I can override the next button so that the next popover is shown only after I perform a particular action? For example, I have a set of...

I've created a new variable called "step" inside the scope of the template.Users can use it as a bridge and can store there values to use in the template.PLEASE RELEASE...

If I have a button like this: ``` ``` Then the curtain prevents me from clicking it. Have been playing with it for quite some time, but cannot figure out...

![screen shot 2016-11-03 at 7 45 31 pm](https://cloud.githubusercontent.com/assets/10356804/19964678/294f801a-a1fe-11e6-925d-b37222b79970.png) In some "element" step, the tour failed to locate the element in the page. Any advice?

On phones it will currently looks like this, which is not good: ![bildschirmfoto 2016-09-20 um 19 44 08](https://cloud.githubusercontent.com/assets/956158/18682009/d26bf432-7f6a-11e6-9385-c573ef20d7d6.png) Tested by Google Chromes responsive Any ideas to fix this?

Why change the background color of only static elements? I have some non-static elements that remain 'hidden' behind the backdrop because their color isn't' being changed.