From 945e714ea71df725f762878a3e3c130f07ee6eac Mon Sep 17 00:00:00 2001 From: Vincent Gillot Date: Fri, 7 Oct 2016 09:40:24 +0200 Subject: [PATCH] docs(guide/Component Router): Syntax error Syntax error on $routerOnReuse --- docs/content/guide/component-router.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/component-router.ngdoc b/docs/content/guide/component-router.ngdoc index 13d3710c6b32..a982cef38088 100644 --- a/docs/content/guide/component-router.ngdoc +++ b/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