docs(upgrade): change dot to comma (#3337)

This commit is contained in:
AlexanderLukin 2017-03-04 14:45:31 +03:00 committed by Jesús Rodríguez
parent abf739ac9a
commit e9bc8c0327
1 changed files with 1 additions and 1 deletions

View File

@ -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`.