From 6e4fd6e4b2f40ce66398b91abcf7f16168360090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gil=E5=90=89=E5=90=89?= Date: Fri, 19 Oct 2018 16:44:01 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20forms.md=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/forms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/forms.md b/aio/content/guide/forms.md index 4cd8736b21..333dbfdd1e 100644 --- a/aio/content/guide/forms.md +++ b/aio/content/guide/forms.md @@ -281,11 +281,11 @@ template with a `` tag. * The `templateUrl` property points to a separate file for the template HTML. - `moduleId: module.id` 属性设置了基地址,用于从相对模块路径加载 `templateUrl`。 + `templateUrl` 属性指向一个独立的 HTML 模板文件。 * You defined dummy data for `model` and `powers`, as befits a demo. - `templateUrl` 属性指向一个独立的 HTML 模板文件。 + 你定义了一些用来演示的,关于 `model` 和 `powers` 的模拟数据。 Down the road, you can inject a data service to get and save real data or perhaps expose these properties as inputs and outputs