Skip to content

Commit

Permalink
Step 12.17: Create show picture template
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent 4556d83 commit be2d407
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/imports/pages/messages/show-picture.html
Original file line number Diff line number Diff line change
@@ -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 be2d407

Please sign in to comment.