Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c12d75a

Browse files
committed
remove redundant headings
1 parent 14db838 commit c12d75a

File tree

10 files changed

+2
-15
lines changed

10 files changed

+2
-15
lines changed

public/docs/dart/latest/tutorial/toh-pt1.jade

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
include ../_util-fns
22

33
:marked
4-
# Once Upon a Time
5-
64
Every story starts somewhere. Our story starts where the [QuickStart](../quickstart.html) ends.
75

86
:marked

public/docs/dart/latest/tutorial/toh-pt2.jade

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include ../_util-fns
22

33
:marked
4-
# It Takes Many Heroes
54
Our story needs more heroes.
65
We’ll expand our Tour of Heroes app to display a list of heroes,
76
allow the user to select a hero, and display the hero’s details.

public/docs/dart/latest/tutorial/toh-pt4.jade

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include ../_util-fns
22

33
:marked
4-
# Services
54
The Tour of Heroes is evolving and we anticipate adding more components in the near future.
65

76
Multiple components will need access to hero data and we don't want to copy and

public/docs/ts/latest/tutorial/_data.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"toh-pt6": {
3434
"title": "HTTP",
35+
"subtitle": "Getting and saving data",
3536
"intro": "We convert our service and components to use Angular's HTTP service",
3637
"nextable": true
3738
}

public/docs/ts/latest/tutorial/index.jade

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ block includes
22
include ../_util-fns
33

44
:marked
5-
# Tour of Heroes: the vision
6-
7-
Our grand plan is to build an app to help a staffing agency manage its stable of heroes.
5+
Our grand plan for this tutorial is to build an app to help a staffing agency manage its stable of heroes.
86
Even heroes need to find work.
97

108
Of course we'll only make a little progress in this tutorial. What we do build will

public/docs/ts/latest/tutorial/toh-pt1.jade

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
include ../_util-fns
22

33
:marked
4-
# Once Upon a Time
5-
64
Every story starts somewhere. Our story starts where the [QuickStart](../quickstart.html) ends.
75

86
Run the <live-example></live-example> for this part.

public/docs/ts/latest/tutorial/toh-pt2.jade

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include ../_util-fns
22

33
:marked
4-
# It Takes Many Heroes
54
Our story needs more heroes.
65
We’ll expand our Tour of Heroes app to display a list of heroes,
76
allow the user to select a hero, and display the hero’s details.

public/docs/ts/latest/tutorial/toh-pt4.jade

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include ../_util-fns
22

33
:marked
4-
# Services
54
The Tour of Heroes is evolving and we anticipate adding more components in the near future.
65

76
Multiple components will need access to hero data and we don't want to copy and

public/docs/ts/latest/tutorial/toh-pt5.jade

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ block includes
99
- var _redirectTo = 'redirectTo'
1010

1111
:marked
12-
# Routing Around the App
13-
1412
We received new requirements for our Tour of Heroes application:
1513

1614
* Add a *Dashboard* view.

public/docs/ts/latest/tutorial/toh-pt6.jade

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ block includes
1212
- var _promise = _Promise.toLowerCase()
1313

1414
:marked
15-
# Getting and Saving Data
16-
1715
Our stakeholders appreciate our progress.
1816
Now they want to get the hero data from a server, let users add, edit, and delete heroes,
1917
and save these changes back to the server.

0 commit comments

Comments
 (0)