From e9bc8c0327d9239b401d8152aacb0c4ace6cdd92 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Sat, 4 Mar 2017 14:45:31 +0300 Subject: [PATCH] docs(upgrade): change dot to comma (#3337) --- 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 c2678d7036..f1e805a755 100644 --- a/public/docs/ts/latest/guide/upgrade.jade +++ b/public/docs/ts/latest/guide/upgrade.jade @@ -1391,7 +1391,7 @@ code-example(format=""). This is similar to the phone list component. The new wrinkle is the `RouteParams` type annotation that identifies the `routeParams` dependency. - The AngularJS injector has an AngularJS router dependency called `$routeParams`. + The AngularJS injector has an AngularJS router dependency called `$routeParams`, which was injected into `PhoneDetails` when it was still an AngularJS controller. We intend to inject it into the new `PhoneDetailsComponent`.