Fixed noMatch chnage

This commit is contained in:
Max Lynch
2015-05-05 11:11:41 -05:00
parent 0e754ada16
commit a92acf0b35

View File

@ -52,7 +52,7 @@ export class RouterController {
}
}
return this.noMatch();
return this._noMatch();
}
/**