1. Now there is a requirement. When startdate is selected, enddate can only select the date of the same month. For example, if startdate selects 2016-04-21, then enddate can only select the content of April. How to set it up
2. How to delete the selection button on the calendar
设置minDate/maxDate
max-date="endDate" on the startDate input
min-date="startDate" on the endDate input
修改对应的template
https://github.com/angular-ui/bootstrap/blob/master/template/datepicker/day.html
templateCache key => "uib/template/datepicker/day.html"