diff --git a/modules/angular2/src/router/router_outlet.ts b/modules/angular2/src/router/router_outlet.ts index c1213d7941..a9fa9c61c1 100644 --- a/modules/angular2/src/router/router_outlet.ts +++ b/modules/angular2/src/router/router_outlet.ts @@ -90,8 +90,8 @@ export class RouterOutlet { } /** - * Called by the {@link Router} when an outlet reuses a component across navigations. - * This method in turn is responsible for calling the `onReuse` hook of its child. + * Called by the {@link Router} when an outlet disposes of a component's contents. + * This method in turn is responsible for calling the `onDeactivate` hook of its child. */ deactivate(nextInstruction: ComponentInstruction): Promise { var next = _resolveToTrue;