From fff2f6346751824bd6899a905cb2f522de67f1f0 Mon Sep 17 00:00:00 2001 From: Rob Simpson Date: Wed, 22 Feb 2017 16:39:21 -0500 Subject: [PATCH] Clear up confusing onRetain sentence This sentence did not read correct to me. Do not know if this is the proper wording for the sentence, but at the least you will look and consider changing it appropriately. --- _ng1_docs/latest/classes/transition.transitionservice.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_ng1_docs/latest/classes/transition.transitionservice.html b/_ng1_docs/latest/classes/transition.transitionservice.html index 1a36d527f66a..ef6e86748d85 100644 --- a/_ng1_docs/latest/classes/transition.transitionservice.html +++ b/_ng1_docs/latest/classes/transition.transitionservice.html @@ -706,7 +706,7 @@

onRetain

Registers a lifecycle hook, which is invoked (during a transition) for a specific state that was previously active and is not being entered nor exited.

-

Since this hook is invoked when a transition is when the state is kept, it means the transition +

Since this hook is invoked when a transition state is kept, it means the transition is coming from a substate of the kept state to a substate of the kept state. This hook can be used to perform actions when the user moves from one substate to another, such as between steps in a wizard.

@@ -1182,4 +1182,4 @@

Legend

- \ No newline at end of file +