I am using a angular UIB datepicker in my project, I need to enable few dates in a month and then disable all other dates. For example, I need to enable the these dates: 10th jan 2017
, 17th jan 2017
and 27th jan 2017
.
For now I am able to disable all the dates in a month. All the enabled dates should be highlighted with a black color and it should not highlight the current date.
Here my plunker link: