mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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