From c487a15feab9e728cb82f39843d8f0c5b330ce38 Mon Sep 17 00:00:00 2001 From: Jonathan Persson Date: Fri, 20 Jan 2017 15:02:23 +0100 Subject: [PATCH] Update upgrade.jade --- public/docs/ts/latest/guide/upgrade.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/upgrade.jade b/public/docs/ts/latest/guide/upgrade.jade index e354758d51..ecbc618639 100644 --- a/public/docs/ts/latest/guide/upgrade.jade +++ b/public/docs/ts/latest/guide/upgrade.jade @@ -1433,7 +1433,7 @@ code-example(format=""). #### Generate links for each phone We no longer have to hardcode the links to phone details in the phone list. - We can generate them data binding each phone's `id` to the `routerLink` directive + We can generate them by data binding each phone's `id` to the `routerLink` directive and let that directive construct the appropriate URL to the `PhoneDetailComponent`: +makeExample('upgrade-phonecat-3-final/ts/app/phone-list/phone-list.template.html', 'list', 'app/phone-list/phone-list.template.html (list with links)')(format='.')