restorando / angular-pickadate

A simple and fluid inline datepicker for AngularJS with no extra dependencies.
MIT License
273 stars 91 forks source link

changing locale with week-starts-on='1' #43

Open martinstolz-ch opened 9 years ago

martinstolz-ch commented 9 years ago

hi,

at first: thx for this real cool module!

my app is able to switch the locale on-the-fly: after changing the locale, angular-pickadate reflects the new month & day names immediatly as expected.

now my issue: when i use the parameter week-starts-on="1", the day names change "defferred", that means not until the next manual "month change" with < prev or next >.

martin