Luis Lebolo
Luis Lebolo
Hi Yanick. I'm currently solving this problem by adding the option ``` JavaScript appendToEndOfSelected: false, // if elements should be appended to the end of the selected list ``` I...
I'm afraid there's not much I can do without seeing some of your code. Can you reproduce it at all? You can use this [Plunker](http://plnkr.co/edit/tpl:7j1gc9) as a template.
The nzTour service has a `current` parameter that's used internally. It's set to `false` by [default](https://github.com/nozzle/nzTour/blob/v1.1.0/src/nz-tour.js#L31) (and when the tour [stops](https://github.com/nozzle/nzTour/blob/v1.1.0/src/nz-tour.js#L77) or [finishes](https://github.com/nozzle/nzTour/blob/v1.1.0/src/nz-tour.js#L219)) and is set to an object while...
Would be nice to have a more public API for this, maybe harden some of the code? Keeping this issue open as an enhancement request.
Hi @simformsolutions, this repo is no longer being actively developed. You can try https://github.com/tourjs/Tour, which is a vanilla JS version of this project and is more up to date. If...
Hi @jonasschumacher, I'm afraid I don't know =( this repo is not being actively maintained (I'll get around to archiving it soon) and I haven't looked at this code in...
Hi @rissicay, sorry I never got around to this. I'm afraid this repo isn't really active anymore. @tannerlinsley created a library agnostic version @ https://github.com/tourjs/Tour, which is a bit more...