chore(): fix overlay demos/tests

This commit is contained in:
Adam Bradley
2015-12-30 20:38:27 -06:00
parent b1f3e684ea
commit 1e427443ad
8 changed files with 271 additions and 192 deletions

View File

@ -82,7 +82,7 @@ export class NavRouter extends RouterOutlet {
if (pathRecognizer) {
// generate a componentInstruction from the view's PathRecognizer and params
let componentInstruction = pathRecognizer.generate(viewCtrl.params.data);
let componentInstruction = pathRecognizer.generate(viewCtrl.data);
// create a ResolvedInstruction from the componentInstruction
let instruction = new ResolvedInstruction(componentInstruction, null);