Skip to content

Commit

Permalink
remove header
Browse files Browse the repository at this point in the history
  • Loading branch information
matiastucci committed May 19, 2016
1 parent a265d56 commit 4aacd14
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/pages/home/home.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<ion-navbar *navbar>
<ion-title>
Home
</ion-title>
</ion-navbar>

<ion-content class="home" padding>

<div class="start" *ngIf="!srcImage" (click)="presentActionSheet()">
Expand All @@ -12,11 +6,11 @@

<div *ngIf="srcImage" class="">
<img id="image" src="{{ srcImage }}" />
<button block (click)="analyze()">
<button block dark outline (click)="analyze()">
<ion-icon name="search"></ion-icon>
Read
</button>
<button block (click)="restart()">
<button block dark outline (click)="restart()">
<ion-icon name="refresh"></ion-icon>
Restart
</button>
Expand Down

0 comments on commit 4aacd14

Please sign in to comment.