mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(demos): cleanup
This commit is contained in:
@ -54,4 +54,4 @@
|
||||
</ion-checkbox>
|
||||
|
||||
</ion-list>
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -28,7 +28,6 @@ export class InitialPage {
|
||||
constructor(platform: Platform) {
|
||||
this.platform = platform;
|
||||
if (window.localStorage.getItem('configDemo') !== null) {
|
||||
debugger;
|
||||
this.config = JSON.parse(window.localStorage.getItem('configDemo'));
|
||||
}
|
||||
else if (platform.is('ios')) {
|
||||
@ -48,7 +47,6 @@ export class InitialPage {
|
||||
|
||||
load() {
|
||||
window.localStorage.setItem('configDemo', JSON.stringify(this.config));
|
||||
console.log('saving', this.config);
|
||||
window.location.reload();
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<ion-tabs>
|
||||
<ion-tab tab-title="Music" [root]="tabOne"></ion-tab>
|
||||
<ion-tab tab-title="Movies" [root]="tabOne"></ion-tab>
|
||||
<ion-tab tab-title="Games" [root]="tabOne"></ion-tab>
|
||||
</ion-tabs>
|
||||
<ion-tabs>
|
||||
<ion-tab tab-title="Music" [root]="tabOne"></ion-tab>
|
||||
<ion-tab tab-title="Movies" [root]="tabOne"></ion-tab>
|
||||
<ion-tab tab-title="Games" [root]="tabOne"></ion-tab>
|
||||
</ion-tabs>
|
Reference in New Issue
Block a user