You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2018. It is now read-only.
Hello,
I want to translate my application dynamically with angular-translate
In provider, we can init "Strings" for DISPLAY_FORMAT,LABEL_OK, LABEL_CANCEL. with
$mdpDatePickerProvider.setDisplayFormat('DD/MM/YYYY');
My question is how can I use angular-translate to replace those texts?
The above line is used in .config of my module so I can't call $translate.
Do you have any solution?
Thanks
The text was updated successfully, but these errors were encountered: