We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b115b commit 9363056Copy full SHA for 9363056
packages/angular/src/providers/nav-controller.ts
@@ -41,7 +41,6 @@ export class NavController {
41
const id = ev.restoredState ? ev.restoredState.navigationId : ev.id;
42
this.guessAnimation = this.guessDirection = id < this.lastNavId ? 'back' : 'forward';
43
this.lastNavId = this.guessDirection === 'forward' ? ev.id : id;
44
-
45
}
46
});
47
0 commit comments