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