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 +