Skip to content
Permalink
Browse files

docs(guide/component-router): fix typo (`$routeOnReuse` --> `$routerO…

…nReuse`)

Closes #15224
  • Loading branch information
Smurf81 authored and gkalpak committed Oct 7, 2016
1 parent 4e6c14d commit cdf3d5e0541230a44591d33c8c1aa68868ccf8fd
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/content/guide/component-router.ngdoc
@@ -749,7 +749,7 @@ The **Lifecycle Hooks** that can be implemented as instance methods on the **Com

* `$routerCanReuse` : called to to determine whether a **Component** can be reused across **Route Definitions**
that match the same type of **Component**, or whether to destroy and instantiate a new **Component** every time.
* `$routerOnActivate` / `$routeOnReuse` : called by the **Router** at the end of a successful navigation. Only
* `$routerOnActivate` / `$routerOnReuse` : called by the **Router** at the end of a successful navigation. Only
one of `$routerOnActivate` and `$routerOnReuse` will be called depending upon the result of a call to
`$routerCanReuse`.
* `$routerCanDeactivate` : called by the **Router** to determine if a **Component** can be removed as part of a

0 comments on commit cdf3d5e

Please sign in to comment.
You can’t perform that action at this time.