jsmodules / angular-material-calendar

A calendar directive for AngularJS and Angular Material Design
https://angular-material-calendar.bradb.net/
Mozilla Public License 2.0
182 stars 86 forks source link

Suggestions for improving development #76

Open glebmlk opened 8 years ago

glebmlk commented 8 years ago

Hi, here are my humble suggestion to improve development with your library:

  1. Reduce specificity of css selectors - its hard to override rules; add item-specific classes, such as day, week etc. for proper styling
  2. Maybe, for day div block change layout-row to layout-column for more space for day's events
  3. Provide method to refresh calendar with new events

Thanks much!

gavinbarron commented 8 years ago

Great suggestions. With respect to 3 there's a function on the CalendarDataService to update the content for a given date which can be used in this scenario.

For the rest, feel free to to fork and submit a PR.