angular-bootstrap-tour icon indicating copy to clipboard operation
angular-bootstrap-tour copied to clipboard

AngularJS wrapper around Bootstrap Tour

Results 9 angular-bootstrap-tour issues
Sort by recently updated
recently updated
newest added

How can I use angular-bootstrap-tour with angular 4 and Typescript. Normaly I Import third Party Code inside my app.model.ts file like that: ``` // angular import { Inject, NgModule, PLATFORM_ID...

I am using angular-bootstrap-tour for the tour feature in my app. It is working fine for the same page but the ordering is not proper when it comes to different...

By Staring the tour it log this error. plz someone help me.

I have steps that will not be part of the DOM on tour start. For example, content (w/ tour-steps) rendered as the results of an async service call, modals that...

hello @benmarch! i have an issue with your plugin. i cant get the .orphan class on the popover here is a part of my code: ``` ... ``` and in...

I am trying to call a function in my controller on an element with a tour using: ``` on-end="end(tour)" ``` ``` javascript $scope.end = function (tour) { localStorage.set('tour-ended'); }; ```...

Hi! I'm trying to put a tour step on an item inside a ng-repeat, and just noticed the "skip" option doesn't work — I'm guessing because ng-repeat creates its own...

I have a tour currently running on my site, but it doesn't seem to actually keep track of if the user has clicked End Tour. Meaning that if they click...

I see you can add a name to a tour, and Bootstrap Tour's documentation states this. I don't see how you add steps to a specific tour and also don't...