From 50481c4276eec911902fcc689c96f1371e232faf Mon Sep 17 00:00:00 2001 From: Mystery <946505808@qq.com> Date: Mon, 28 Aug 2017 11:54:59 +0800 Subject: [PATCH] Update dynamic-form.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs: 修复markdown排版有误导致的 中英文同时显示 问题 --- aio/content/guide/dynamic-form.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/dynamic-form.md b/aio/content/guide/dynamic-form.md index f966e1afeb..6e661b6999 100644 --- a/aio/content/guide/dynamic-form.md +++ b/aio/content/guide/dynamic-form.md @@ -12,14 +12,18 @@ to meet rapidly changing business and regulatory requirements. It may be more economical to create the forms dynamically, based on metadata that describes the business object model. -基于业务对象模型的元数据,动态创建表单可能会更划算。This cookbook shows you how to use `formGroup` to dynamically +基于业务对象模型的元数据,动态创建表单可能会更划算。 + +This cookbook shows you how to use `formGroup` to dynamically render a simple form with different control types and validation. It's a primitive start. It might evolve to support a much richer variety of questions, more graceful rendering, and superior user experience. All such greatness has humble beginnings. 在此烹饪宝典中,我们会展示如何利用`formGroup`来动态渲染一个简单的表单,包括各种控件类型和验证规则。 -这个起点很简陋,但可以在这个基础上添加丰富多彩的问卷问题、更优美的渲染以及更卓越的用户体验。The example in this cookbook is a dynamic form to build an +这个起点很简陋,但可以在这个基础上添加丰富多彩的问卷问题、更优美的渲染以及更卓越的用户体验。 + +The example in this cookbook is a dynamic form to build an online application experience for heroes seeking employment. The agency is constantly tinkering with the application process. You can create the forms on the fly *without changing the application code*.