how can i use autoFields with translations? i'm using now pascalprecht.translate.
for now i solve it in json:
property: 'password',
placeholder : $translate.instant('PASS'),
label : '',
type : 'password',
addons : [{icon : 'fa fa-lock'}],
attr: {
required: true,
ngMinlength:5 },
msgs: {
match: $translate.instant('PASSWORDSNOTMATCH')
},
and translation does not change on language change.
but my goal is to override defaultMsgs with $autofieldsProvider.settings.validation
how can i use autoFields with translations? i'm using now
pascalprecht.translate.for now i solve it in json:
and translation does not change on language change.
but my goal is to override
defaultMsgswith$autofieldsProvider.settings.validation