Note : You can find answer in this article : Remove footer from angular ui bootstrap date picker
I am using ui-bootstrap datapicket for date of birth field. as below
<input type="text" data-datepicker-popup="dd-MMMM-yyyy" data-show-weeks="false" data-ng-model="model.dateOfBirth" id="dateOfbirth" name="dateOfBirth">
It is working fine. as shown below
So my question is how can i hide the footer of the date picker ??
Thanks in advance..