How do I change the uib-datepicker-popup button bar?

前端 未结 2 1622
自闭症患者
自闭症患者 2021-01-29 11:57

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

2条回答
  •  -上瘾入骨i
    2021-01-29 12:23

    You can modify the datepicker template. Default one is here: https://github.com/angular-ui/bootstrap/blob/master/template/datepickerPopup/popup.html

    Use the templateUrl directive like this:

    
    

提交回复
热议问题