Questions tagged [angular-bootstrap-calendar]

18 questions
0
votes
1 answer

Angular bootstrap calendar doesnt update view after adding or updating events

I am using mattlewis bootstrap calendar.Events are displaying correctly.But if i add new event to calendar it duplicates the events in other dates instead of adding event to the added date.Only after refreshing the page everything works fine.I tried…
Sachin HR
  • 450
  • 11
  • 28
0
votes
1 answer

How to hide decrement button for past month?

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 ?
-1
votes
1 answer

Dates not binding in Angular

I am using Angular 7 for my Web app and have the following code in html:
1
2