ng-joyride
ng-joyride copied to clipboard
Angular Joyride Directive for creating custom introductions to websites
Localization support is needed, static texts must be replaceable
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...
The prevent-click function, bound by joyride, persists also after joyride closed. Inspecting $fkEl, I noticed that off function, called to remove stopEvent, doesn't effect because the function returned by angular.bind...
Hi Abhikmitra, ngjoyride component is simply awesome. was able to playaround with it and use it as per my need. Currently I am facing an issue. I am highlighting a...
On the [demo page](http://abhikmitra.github.io/ng-joyride-demo/#/) it says that bootstrap is an optional dependency. But it seems that library cannot work without it, can you confirm this? Thank you.
Hi folks, When i use firefox, the tour didn't work on page switch. Joyride didn't redirect the path assigned. Can I ask if anyone has encountered this? Thanks, Josie
Hi, I need to add in the "nextBtn" the ng-disabled directive because that button need to stay disabled until a condition is true. Is it possible? The same thing is...
Feature suggestion: At times I'd like to highlight a parent element while I point the popup at one of its children. This would be particularly helpful for pointing to an...
Get html template from response.data rather than response in $http.get(template, { cache: $templateCache }).then(function (response) { "response.data" ........} )
This line of code: `$fkEl.popover('show');` Throws the exception: > angular.js:11594 TypeError: Cannot read property 'ownerDocument' of undefined (full stack at the end of this comment). With a breakpoint on $fkEl.popover('show');,...