You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/0000-route-manager-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ The model hooks are an RSVP Promise chain handled by router_js. We can put them
329
329
330
330
`willExit`:
331
331
332
-
-`willTransition` event (currently sync), bubbles through RouteInfos as long as true is returned or no handler is present. **NOTE: THESE BUBBLE BOTTOM UP!**
332
+
-`willTransition` event (currently sync), bubbles through RouteInfos as long as true is returned or no handler is present. **NOTE:** these bubble.
333
333
-`routeWillChange` event (currently sync), router service event.
334
334
335
335
`enter`:
@@ -347,7 +347,7 @@ The model hooks are an RSVP Promise chain handled by router_js. We can put them
347
347
348
348
-`activate` hook
349
349
-`setupController` hook
350
-
-`didTransition` event **NOTE: THESE BUBBLE BOTTOM UP!**
0 commit comments