DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
608 stars 137 forks source link

hi there, what if I don't want "next" on the last step? #58

Closed firecentaur closed 8 years ago

firecentaur commented 8 years ago

How can I get rid of the Next label on the last step?

kdietrich commented 8 years ago

Use the tourtip-next-label attribute for your last step:

<virtual-step tourtip-next-label="Finish"></virtual-step>