소스 검색

README correction

Richard Knight 6 년 전
부모
커밋
6ee1cc6f4e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -97,7 +97,7 @@ The behaviour of the MODELFIRST build strategy can be further modified by supply
 ```typescript
 // Build FormGroup and Modeled Metadata, creating fields for any points mentioned in 
 // the metadata that don't occur in the model
-const { form, modeledMeta } = this.dynaform.build(model, meta);
+const { form, modeledMeta } = this.dynaform.build(model, meta, true);
 ```
 
 ### Callbacks