Previous month button should be hidden with ng-show="isPastMonth(calendarDate)"
for past month form the current month.
Is there any option in the angular-bootstrap-calendar to hide decrement="calendarView"
for past months ?
<button
class="btn btn-primary"
mwl-date-modifier
date="vm.viewDate"
decrement="vm.calendarView">
Previous
</button>