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

A lightweight joyride directive for giving tours of your AngularJs application

Results 4 angular-joyride issues
Sort by recently updated
recently updated
newest added

This SASS doesn't do anything, am I missing something? ``` //////////// STEP TRANSITION ANIMATIONS &.jr_transition { opacity: 0; } &.jr_transition-add { opacity: 1; transform: translateY(0px); } &.jr_transition-add-active { transform: translateY(-100px);...

When the joyride is finished, and I click the button that starts it again, I get `Cannot read property 'beforeStep' of undefined` and `Cannot read property 'afterStep' of undefined`. Example...

![image](https://user-images.githubusercontent.com/13289570/41397403-66b2d594-6fb4-11e8-8a44-b0f124791dc8.png) One way is to set the text the same way it's done for the steps title and content. Workaround: Use custom template.