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

Calendar refresh #100

Closed AndriiDidkivsky closed 8 years ago

AndriiDidkivsky commented 8 years ago

How can I refresh calendar after new data were provided. Could I organize Something like two way data binding ? Calendar are rendering aging only after prev next buttons were triggered.

djleonskennedy commented 8 years ago

Also have issue with it. Can't refresh calendar if data have changed, seems like it's bug with compiling of a template

AndriiDidkivsky commented 8 years ago

Resolved with service MaterialCalendarData. Service contains calendar current data and methods to work with. Please add this into documentation that data can be updated with this service.