mattlewis92 / angular-bootstrap-calendar

A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
https://mattlewis92.github.io/angular-bootstrap-calendar/
MIT License
798 stars 369 forks source link

Removing Badge Numbers #621

Closed manibonthu closed 7 years ago

manibonthu commented 7 years ago

I don't want to display badge numbers in month view please help me ?

burtek commented 7 years ago

Do you mean #611?

manibonthu commented 7 years ago

I have one event in my todays date so its display both event and badge also.badge in the sense in the top of number it display 1 .i want to hide this feature how can i do this

burtek commented 7 years ago

For all days or only today?

manibonthu commented 7 years ago

For all days

burtek commented 7 years ago

CSS rules:

small.cal-events-num.badge{ display: none; } works for all days. .cal-day-today small.cal-events-num.badge{ display: none; } works for today. .cal-day-open small.cal-events-num.badge{ display: none; } works for selected (open) day.