From f389c57edef901b1af3309fa2c20faa55a6784b3 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 13 Jun 2016 17:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A5=E8=87=AA=E7=BD=91=E5=8F=8BZ=E7=9A=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=84=8F=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/toh-pt4.jade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/docs/ts/latest/tutorial/toh-pt4.jade b/public/docs/ts/latest/tutorial/toh-pt4.jade index c356ad2b65..81ff2bd42d 100644 --- a/public/docs/ts/latest/tutorial/toh-pt4.jade +++ b/public/docs/ts/latest/tutorial/toh-pt4.jade @@ -597,3 +597,6 @@ p 运行这部分的#[+liveExampleLink2('在线例子', 'toh-4')]。 Back in the `AppComponent`, replace `heroService.getHeroes` with `heroService.getHeroesSlowly` and see how the app behaves. + + 回到`AppComponent`,用`heroService.getHeroesSlowly`替换掉`heroService.getHeroes`,并观察本应用的行为。 +