abhikmitra / ng-joyride

Angular Joyride Directive for creating custom introductions to websites
126 stars 68 forks source link

Prevented click on bootstrap collapse element when joyride is closed #71

Open fabioformosa opened 8 years ago

fabioformosa commented 8 years ago

I got a bug when attach joyride to a div containing a collapse element of bootstrap (e.g. accordion). When I close joyride, the click event on collapse element is still prevented by joyride. the jquery off function (at line 143) doesn't remove the stopEvent function.

I created a plunkr to reproduce the bug: https://plnkr.co/edit/mPv1nTHH4IqejFOmIvxY?p=preview

And I added a pull requests #70 . You can test my fix in this plunkr: https://plnkr.co/edit/RT1WhroMFZxffkQfOI7T?p=preview

Please accept it, thank you