教程-简介 一审完毕

This commit is contained in:
Zhicheng Wang 2016-05-11 19:25:40 +08:00
parent 5c2d545bda
commit 520e75d200
1 changed files with 10 additions and 10 deletions

View File

@ -40,8 +40,8 @@ include ../_util-fns
We'll be covering a lot of ground at an introductory level but well find plenty of links
to chapters with greater depth.
我们将学习足够的Angular核心技术以尝试起步,并建立信心 —— 证明Angular确实能做到我们需要它做的这些
我们将覆盖大部分“简介级”知识,但是我们还会放上大量链接,指向更深入的章节。
我们将学习足够的Angular核心技术来作为起步,并建立信心 —— 证明Angular确实能做到我们想让它做的
虽然我们将覆盖大部分“简介级”知识,但还会放上大量链接,指向更深入的章节。
// #enddocregion intro
@ -59,7 +59,7 @@ include ../_util-fns
Here's a visual idea of where we're going in this tour, beginning with the "Dashboard"
view and our most heroic heroes:
在这个教程中,还有一些可视化思想。放一个“仪表盘Dashboard”视图来显示我们最勇敢的英雄。
在这个教程中,还引入了一些可视化思想放一个“仪表盘Dashboard”视图来展示我们最勇敢的英雄。
figure.image-display
img(src='/resources/images/devguide/toh/heroes-dashboard-1.png' alt="英雄仪表盘的输出")
@ -69,7 +69,7 @@ figure.image-display
We could click them to navigate between this Dashboard and a Heroes view.
这个仪表盘中有两个链接:“仪表盘”和“英雄”。
我们将点击它们,以便在“仪表盘”和“英雄”视图之间导航。
我们将点击它们在“仪表盘”和“英雄”视图之间导航。
Instead we click the dashboard hero named "Magneta" and the router takes us to a "Hero Details" view
of that hero where we can change the hero's name.
@ -94,7 +94,7 @@ figure.image-display
:marked
We click a different hero and the readonly mini-detail beneath the list reflects our new choice.
当我们点击另一位英雄时,一个只读的“微型视图”会显示在列表下方,以反应我们的选择。
当我们点击另一位英雄时,一个只读的“微型视图”会显示在列表下方,以体现我们的选择。
We click the "View Details" button to drill into the
editable details of our selected hero.
@ -103,7 +103,7 @@ figure.image-display
The following diagram captures all of our navigation options.
列图标汇总了我们的所有可选导航路径。
面这个图汇总了我们所有可能的导航路径。
figure.image-display
img(src='/resources/images/devguide/toh/nav-diagram.png' alt="查看导航")
@ -111,7 +111,7 @@ figure.image-display
:marked
Here's our app in action
面是我们应用的所有动作
图演示了我们应用中的所有操作。
figure.image-display
img(src='/resources/images/devguide/toh/toh-anim.gif' alt="英雄指南的所有动作")
@ -125,12 +125,12 @@ figure.image-display
We'll motivate each step with a requirement that we've
met in countless applications. Everything has a reason.
我们将共同一步步的构建出《英雄指南》。
我们将通过与无数应用中类似的需求,驱动我们走向下一步。任何事,都会有理由。
让我们一起,一步步构建出《英雄指南》。
我们将让和无数应用类似的需求,驱动我们走向下一步。任何事,都会有理由。
And well meet many of the core fundamentals of Angular along the way.
这一路我们将遇到Angular的大量核心原则
这一路我们将遇到很多Angular核心原理
[Let's get started!](./toh-pt1.html)