angular-datepicker
angular-datepicker copied to clipboard
Make it possible to update timezone using events
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.