Skip to content

Commit

Permalink
fix(core): move eval expression to post populate (#2516)
Browse files Browse the repository at this point in the history
fix #2515
  • Loading branch information
aitboudad committed Sep 26, 2020
1 parent db8f408 commit e1e7598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class FieldExpressionExtension implements FormlyExtension {
};
}

onPopulate(field: FormlyFieldConfigCache) {
postPopulate(field: FormlyFieldConfigCache) {
if (!field.parent || field._expressionProperties) {
return;
}
Expand Down

0 comments on commit e1e7598

Please sign in to comment.