mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
refactor(navigation): get rid of ion-nav-controller, get nav working correctly in DOM, angular, react
This commit is contained in:
@ -10,11 +10,9 @@ class App extends Component {
|
||||
render() {
|
||||
return (
|
||||
<ion-app>
|
||||
<ion-nav-controller ref={wc({}, {
|
||||
delegate: Delegate
|
||||
})}></ion-nav-controller>
|
||||
<ion-nav ref={wc({},{
|
||||
root: PageOne
|
||||
root: PageOne,
|
||||
delegate: Delegate
|
||||
})}></ion-nav>
|
||||
</ion-app>
|
||||
);
|
||||
|
Reference in New Issue
Block a user