angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 729 forks source link

buttonText isn't rendering HTML #521

Open maxterry opened 6 years ago

maxterry commented 6 years ago
...
buttonIcons: false,
buttonText: {
  prev: '<',
  next: '<b>&gt;</b>'
},
...

renders the respective buttons as "&Lt;" and <B>"&Gt;"</B>, instead of expected HTML entity arrows and element.

https://fullcalendar.io/docs/text/buttonText