abhikmitra / ng-joyride

Angular Joyride Directive for creating custom introductions to websites
126 stars 68 forks source link

Not possible to localize Next button for title popover #36

Open kwiatekus opened 9 years ago

kwiatekus commented 9 years ago

Title popover is always generated with either 'Finish' or "Next >" label for the nextBtn. the machanism in _compilePopover(html) function overrides the content of used 'titleTemplate'

oneinchman commented 7 years ago

Can you please change so the _compilePopover doesn't change the 'Next' and 'Finished' labels? These texts should only be set if titleTemplate is not provided!

oneinchman commented 7 years ago

I wrote an angular decorator that replaced the whole joyrideTitle prototype. But still, this isn't desired! Otherwise, great software!