mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
test(nav): removing automatic page push on nav
This commit is contained in:
@ -63,12 +63,6 @@ class FirstPage {
|
||||
}
|
||||
}
|
||||
|
||||
onPageDidEnter() {
|
||||
setTimeout(() => {
|
||||
this.nav.push(PrimaryHeaderPage);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
setPages() {
|
||||
let items = [
|
||||
PrimaryHeaderPage
|
||||
|
Reference in New Issue
Block a user