Skip to content

Commit

Permalink
Step 13.19: Create show picture template
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent 9669c49 commit c3c34bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/messages/show-picture.html
@@ -0,0 +1,13 @@
<ion-header>
<ion-toolbar color="whatsapp">
<ion-title>Show Picture</ion-title>

<ion-buttons left>
<button ion-button class="dismiss-button" (click)="viewCtrl.dismiss()"><ion-icon name="close"></ion-icon></button>
</ion-buttons>
</ion-toolbar>
</ion-header>

<ion-content class="show-picture">
<img class="picture" [src]="pictureSrc">
</ion-content>

0 comments on commit c3c34bd

Please sign in to comment.