mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
If at first you herp, then you shall derp
This commit is contained in:
@ -30,7 +30,7 @@ class MyApp {
|
|||||||
{title: 'Contacts', page: ContactsPage},
|
{title: 'Contacts', page: ContactsPage},
|
||||||
{title: 'Battery', page: BatteryPage},
|
{title: 'Battery', page: BatteryPage},
|
||||||
{title: 'Vibration', page: VibrationPage},
|
{title: 'Vibration', page: VibrationPage},
|
||||||
]
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
openPage(aside, plugin) {
|
openPage(aside, plugin) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<ion-aside #aside [content]="content">
|
<ion-aside #aside [content]="content" id="menu">
|
||||||
<ion-toolbar><ion-title>Plugins</ion-title></ion-toolbar>
|
<ion-toolbar><ion-title>Plugins</ion-title></ion-toolbar>
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<ion-list>
|
<ion-list>
|
||||||
@ -9,4 +9,4 @@
|
|||||||
</ion-content>
|
</ion-content>
|
||||||
</ion-aside>
|
</ion-aside>
|
||||||
|
|
||||||
<ion-nav #content swipe-back-enabled="false" [root]="firstPage"></ion-nav>
|
<ion-nav id="myNav" #content swipe-back-enabled="false" [root]="firstPage"></ion-nav>
|
||||||
|
Reference in New Issue
Block a user