Skip to content

Clear up confusing onRetain sentence #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _ng1_docs/latest/classes/transition.transitionservice.html
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ <h3>on<wbr>Retain</h3>
</div>
<p>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.</p>
<p>Since this hook is invoked when a transition is when the state is kept, it means the transition
<p>Since this hook is invoked when a transition state is kept, it means the transition
is coming <em>from</em> a substate of the kept state <em>to</em> 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.</p>
Expand Down Expand Up @@ -1182,4 +1182,4 @@ <h2>Legend</h2>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>
</html>