From e1446f1fa5c9c6c03f9fb0d360726f4d2e916404 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Tue, 29 Aug 2017 11:01:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E9=98=85=E8=AF=BB?= =?UTF-8?q?=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/upgrade.md | 1 + aio/content/tutorial/toh-pt1.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index 35b598b61c..b226737a80 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -252,6 +252,7 @@ Component directives may also use the following attributes: * `transclude: true/{}`, if the component needs to transclude content from elsewhere. `transclude: true`:如果组件需要从其它地方透传内容,就设置它。 + * `require`, if the component needs to communicate with some parent component's controller. diff --git a/aio/content/tutorial/toh-pt1.md b/aio/content/tutorial/toh-pt1.md index abf471f4bb..b93b29f5ef 100644 --- a/aio/content/tutorial/toh-pt1.md +++ b/aio/content/tutorial/toh-pt1.md @@ -6,6 +6,15 @@ @description +
+ +### 阅读指南(译者) + +对于没有前端基础的同学来说,读本教程的时候可能会遇到一些陌生的名词。不要慌,你可以跳到[词汇表](guide/glossary)查找对它的详细解释。 + +如果想对Angular的概念有一个宏观的了解,请先阅读[架构概览](guide/architecture)。 + +
## Setup to develop locally