benmarch / angular-bootstrap-tour

AngularJS wrapper around Bootstrap Tour
64 stars 27 forks source link

I want to change the prev and next to icons how can i change them to icons?? #44

Closed priyankabachu closed 8 years ago

benmarch commented 8 years ago

Hey @priyankabachu,

In order to change the popover template, you can create a partial and use the template-url option to point to it. Start by copying the template from the Bootstrap Tour source code and paste it into an HTML file or a text/ng-template script tag. Then on the tour element you can specify a template-url attribute that points to your partial (see the readme for example.) Please update your version of angular-bootstrap-tour to 0.3.4-rc.2 and let me know if this works for you.

Thanks, Ben

priyankabachu commented 8 years ago

HI @benmarch It worked thank you so much !!!! :) :+1: and also updated version :)

benmarch commented 8 years ago

Awesome! I will release that as 0.3.4.