mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
nav wip
This commit is contained in:
13
ionic/components/nav/nav-controller.js
Normal file
13
ionic/components/nav/nav-controller.js
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
export class NavController {
|
||||
constructor() {
|
||||
}
|
||||
|
||||
push() {
|
||||
return this.nav.push.apply(this.nav, arguments);
|
||||
}
|
||||
|
||||
pop() {
|
||||
return this.nav.pop.apply(this.nav, arguments);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user