From fc7be38810880ff34462f2198267117f7568f666 Mon Sep 17 00:00:00 2001 From: John Papa Date: Thu, 15 Oct 2015 21:56:03 -0400 Subject: [PATCH] added service --- public/docs/ts/latest/tutorial/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/index.jade b/public/docs/ts/latest/tutorial/index.jade index bcb1783124..9ccd640725 100644 --- a/public/docs/ts/latest/tutorial/index.jade +++ b/public/docs/ts/latest/tutorial/index.jade @@ -18,7 +18,7 @@ include ../../../../_includes/_util-fns We'll use one-way data binding for read-only data. We'll add editable fields to update a model with two-way data binding. We'll bind component method to user events like key strokes and clicks. 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. 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. We’ll learn enough core Angular to get started and gain confidence that Angular can do whatever we need it to do.