With the use of angular-strap v0.7, I successfully utilized Bootstrap's beforeShowDay method to enable/disable specific dates in the datepicker.
However, in angular-strap 2.0, I am struggling to locate this feature. Is it available in this version?
I am currently working on a payment system that allows users to schedule payments for upcoming dates. The requirement is to only permit selection of valid business days. To achieve this, an API call returns a list of valid dates excluding weekends and federal holidays. My goal is to restrict users from choosing these weekend and holiday dates.