This commit is contained in:
Adam Bradley
2015-06-04 13:36:42 -05:00
parent cd8f83cafc
commit 604ed818c8
4 changed files with 82 additions and 45 deletions

View File

@ -110,7 +110,7 @@ export class NavBase {
}
push(Component, params = {}, opts = {}) {
if (this.isTransitioning()) {
if (!Component || this.isTransitioning()) {
return Promise.reject();
}