Currently there are a few routes registered which are catch-alls -- a regexp that matches any string. They're being used as a "navigated away" faux-event.
This is bad, because only one route will ever be executed, so the instant we have multiple registered on the same pageload that cleanup-path will be completely broken.
From another ticket there was discussion of alternatives, but we should just clean these up first with the existing "routing is happening" event since they're broken now.
To do
- TypeAheadSearch
- MultimediaViewer
[x ] NearbyPages