g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
719 stars 420 forks source link

Make it possible to update timezone using events #263

Open jharting opened 8 years ago

jharting commented 8 years ago

Currently, one can only set the timezone statically using an attribute. That is useless when user's timezone preference is fetched asynchronously using Ajax.

With this change, a rendered date-picker can be update once user's timezone preference is obtained.