Skip to content

Commit

Permalink
fix(view): Load view prerequisites in onFinish
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Nov 6, 2016
1 parent c7624d4 commit cc85e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const loadEnteringViews: TransitionHookFn = (transition: Transition) => {
};

export const registerLoadEnteringViews = (transitionService: TransitionService) =>
transitionService.onStart({}, loadEnteringViews);
transitionService.onFinish({}, loadEnteringViews);

/**
* A [[TransitionHookFn]] which activates the new views when a transition is successful.
Expand Down

0 comments on commit cc85e76

Please sign in to comment.