I'm using ng-translate (https://angular-translate.github.io) to add translations to my app.
Regarding pick-a-date, I've tried to add translations to Month, weekdays and Clear, by touching directly the "pick-a-date-options" attribute, but it doesn't work. It seems it becomes rendered as soon as it is initiated, and although the language changes, the data is already locked.
Anyone has any ideas?