This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update routeDidChange event listener example (adopted-ember-addons#223)
The example as it was written induces an endless loop due to a mutual dependency between `EmberRouter` and `RouterService`. Moving the logic to the application route means the handler is only installed once, and the loop is avoided.
- Loading branch information