Skip to content

Commit

Permalink
fix(navigation): legacy deep link config can have a defaultHistory en…
Browse files Browse the repository at this point in the history
…try that is a component in addi

legacy deep link config can have a defaultHistory entry that is a component in addition to a string
  • Loading branch information
danbucholtz committed Apr 13, 2017
1 parent 4fa17a2 commit 35f3947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/nav-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class DeepLinkMetadata implements IonicPageMetadata {
loadChildren?: string;
name?: string;
segment?: string;
defaultHistory?: string[];
defaultHistory?: string[] | any[];
priority?: string;
}

Expand Down

0 comments on commit 35f3947

Please sign in to comment.