Condition using urlPath, component is null on UnresolvedException of child AsyncRoute.

This commit is contained in:
William Welling 2016-03-24 08:42:14 -05:00 committed by Misko Hevery
parent cb94111f18
commit 166b73f4f3
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ export abstract class Instruction {
/** @internal */
_stringifyPathMatrixAux(): string {
if (isBlank(this.component)) {
if (isBlank(this.urlPath)) {
return '';
}
return this.urlPath + this._stringifyMatrixParams() + this._stringifyAux();