Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit b548e56

Browse files
sduquejKent C. Dodds
authored andcommitted
fix(formlyConfig): Removes explicitAsync from formlyConfig.
This property is no longer being used. It was deprecated in SHA:4f9d24752abfab9f5064018b3af3ec61e6bd22c2 closes #516
1 parent 0fc8703 commit b548e56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/providers/formlyConfig.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ function formlyConfig(formlyUsabilityProvider, formlyErrorAndWarningsUrlPrefix,
2828
ngModelAttrsManipulatorPreferUnbound: false,
2929
removeChromeAutoComplete: false,
3030
defaultHideDirective: 'ng-if',
31-
getFieldId: null,
32-
explicitAsync: false
31+
getFieldId: null
3332
},
3433
templateManipulators: {
3534
preWrapper: [],

0 commit comments

Comments
 (0)