Polish tutorial/index.jade (round 2)

This commit is contained in:
Yang Lin 2016-12-01 11:49:52 +08:00
parent 2040b6ecd2
commit 65ed634c21

View File

@ -13,7 +13,7 @@ block includes
a list of heroes, editing a selected hero's detail, and navigating among different a list of heroes, editing a selected hero's detail, and navigating among different
views of heroic data. views of heroic data.
当然,在本教程中,我们只完成一小步。我们这次构建的应用会涉及很多特性:获得并显示英雄列表,编辑所选英雄的详情,并在英雄数据的多个视图之间建立导航。这些特性,在成熟的、数据驱动的应用中经常见到。 当然,在本教程中,我们只完成一小步。这次构建的应用会涉及很多特性:获得并显示英雄列表,编辑所选英雄的详情,并在英雄数据的多个视图之间建立导航。这些特性,在成熟的、数据驱动的应用中经常见到。
The Tour of Heroes covers the core fundamentals of Angular. The Tour of Heroes covers the core fundamentals of Angular.
Well use built-in directives to show/hide elements and display lists of hero data. Well use built-in directives to show/hide elements and display lists of hero data.
@ -23,8 +23,8 @@ block includes
Well learn to select a hero from a master list and edit that hero in the details view. We'll Well learn to select a hero from a master list and edit that hero in the details view. We'll
format data with pipes. We'll create a shared service to assemble our heroes. And we'll use routing to navigate among different views and their components. format data with pipes. We'll create a shared service to assemble our heroes. And we'll use routing to navigate among different views and their components.
这篇《英雄指南》覆盖了Angular的核心原理。 这篇《英雄指南》覆盖了 Angular 的核心原理。
我们将使用内置指令来显示/隐藏元素,并且显示英雄数据的列表。 我们将使用内置指令来显示 / 隐藏元素,并且显示英雄数据的列表。
我们将创建一个组件来显示英雄的详情,另一个组件则用来显示英雄列表。 我们将创建一个组件来显示英雄的详情,另一个组件则用来显示英雄列表。
我们将对只读数据使用单向数据绑定。我们将添加一些可编辑字段,并通过双向数据绑定更新模型。 我们将对只读数据使用单向数据绑定。我们将添加一些可编辑字段,并通过双向数据绑定更新模型。
我们将把组件上的方法绑定到用户事件上,比如按键和点击。 我们将把组件上的方法绑定到用户事件上,比如按键和点击。
@ -38,7 +38,7 @@ block includes
We'll be covering a lot of ground at an introductory level but well find plenty of links We'll be covering a lot of ground at an introductory level but well find plenty of links
to chapters with greater depth. to chapters with greater depth.
完成本教程后我们将学习足够的Angular核心技术并确信Angular确实能做到我们需要它做的。 完成本教程后,我们将学习足够的 Angular 核心技术,并确信 Angular 确实能做到我们需要它做的。
我们将覆盖大量入门级知识,同时我们也会看到大量链接,指向更深入的章节。 我们将覆盖大量入门级知识,同时我们也会看到大量链接,指向更深入的章节。
Run the <live-example name="toh-6"></live-example>. Run the <live-example name="toh-6"></live-example>.
@ -126,4 +126,4 @@ figure.image-display
And well meet many of the core fundamentals of Angular along the way. And well meet many of the core fundamentals of Angular along the way.
这一路上我们将遇到很多Angular核心原理。 这一路上,我们将遇到很多 Angular 核心原理。