Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(navigation-instruction): Wait to swap child routes
The waitToSwap variable was not properly being passed to child routes' _commitChanges(), which introduced a timing issue where a child router's baseUrl was not updated before it was bound. This commit adds the variable back in. Resolves #306 Resolves #552 Resolves aurelia/templating-router#46
- Loading branch information