Browse Source

Change template to match tutorial

Matt Raible 7 years ago
parent
commit
608f5bba5f
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      ionic-beer/src/pages/beer/beer.html

+ 3
- 1
ionic-beer/src/pages/beer/beer.html View File

@@ -20,7 +20,9 @@
20 20
         <h2>{{beer.name}}</h2>
21 21
       </ion-item>
22 22
       <ion-item-options>
23
-        <button ion-button color="danger" (click)="remove(beer)"><ion-icon name="trash"></ion-icon> Delete</button>
23
+        <button ion-button color="danger" (click)="remove(beer)">
24
+          <ion-icon name="trash"></ion-icon> Delete
25
+        </button>
24 26
       </ion-item-options>
25 27
     </ion-item-sliding>
26 28
   </ion-list>