Skip to content

Commit

Permalink
cleanup continued #36
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 30, 2016
1 parent 04eb5bf commit 0c78305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
16 changes: 0 additions & 16 deletions app/app.html
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
<!-- <ion-menu [content]="content">
<ion-toolbar>
<ion-title>Pages</ion-title>
</ion-toolbar>
<ion-content>
<ion-list>
<button ion-item *ngFor="let p of pages" (click)="openPage(p)">
{{p.title}}
</button>
</ion-list>
</ion-content>
</ion-menu> -->

<ion-nav [root]="rootPage" #content swipe-back-enabled="false"></ion-nav>
5 changes: 1 addition & 4 deletions app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ import { Wove } from 'aspect.js/dist/lib/aspect';
})
class MyApp {
@ViewChild(Nav) nav: Nav;

// make HelloIonicPage the root (or first) page
rootPage: any;
pages: Array<{title: string, component: any}>;

constructor(
private platform: Platform, private twapi:TwAPIService
Expand Down Expand Up @@ -68,7 +65,7 @@ class MyApp {
error => error
);
}

private initializeGA(){
GAService.appVersion = "0.6.25";
if(this.platform.is('ios')){
Expand Down

0 comments on commit 0c78305

Please sign in to comment.