I\'m using uib-datepicker-popup and I would like to change the button bar. Right now it uses .btn-info, .btn-danger and .btn-success for t
.btn-info
.btn-danger
.btn-success
First, you need to add the datepicker-popup-template-url property
datepicker-popup-template-url
Then, you need to create a template.html
I added a custom button which is setting date 31/12/9999. Template is below
{{ getText('current') }} 31/12/9999 {{ getText('close') }}