Skip to content

Commit

Permalink
use button
Browse files Browse the repository at this point in the history
  • Loading branch information
matiastucci committed May 19, 2016
1 parent 2e140c2 commit 9f4b71d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/pages/home/home.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<ion-content class="home" padding>

<div class="start" *ngIf="!srcImage" (click)="presentActionSheet()">
<!-- <div class="start" *ngIf="!srcImage" (click)="presentActionSheet()">
<ion-icon name="camera"></ion-icon>
</div>
</div> -->

<button class="select-image" block dark outline *ngIf="!srcImage" (click)="presentActionSheet()">
<ion-icon name="camera"></ion-icon>
</button>

<div *ngIf="srcImage" class="image-wrapper">
<img id="image" src="{{ srcImage }}" />
Expand Down

0 comments on commit 9f4b71d

Please sign in to comment.