craftpip / angular-confirm

A multipurpose plugin for alert, confirm & dialog for angular1
http://craftpip.github.io/angular-confirm/
MIT License
115 stars 20 forks source link

How can show text buttons in lowercase ? #35

Closed ccamba closed 5 years ago

ccamba commented 5 years ago

I define de text button like: buttons: { accept: { text: 'Yes', ... } }, close: { text: 'No', ... } }

But I see YES and NO

ccamba commented 5 years ago

https://github.com/craftpip/jquery-confirm/issues/249