benmarch / angular-bootstrap-tour

AngularJS wrapper around Bootstrap Tour
64 stars 27 forks source link

Option to lock controls #42

Closed vvillasoto closed 8 years ago

vvillasoto commented 8 years ago

Option to lock controls when tour is on.. (meaning user cannot do anything else but go through the tour)

Is there such an option that can be configured? Possible to include?

Thanks

Kind Regards, Vicente

benmarch commented 8 years ago

Hi Vicente,

I think that would be possible, but I don't think it would be worth building into this library. You can probably use the onStart and onEnd hooks to implement that sort of functionality in your app. If you would like to implement that in ABT and create a PR, I would gladly consider pulling it in.

Thank you for the suggestion, Ben