Matt Raible 7 vuotta sitten
vanhempi
commit
8f5aa0964b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md Näytä tiedosto

@@ -737,7 +737,7 @@ To add swipe-to-delete functionality on the list of beers, open `beer.html` and
737 737
 ```html
738 738
 <ion-content padding>
739 739
   <ion-list>
740
-    <ion-item-sliding *ngFor="let beer of beers" >
740
+    <ion-item-sliding *ngFor="let beer of beers">
741 741
       <ion-item (click)="openModal({id: beer.id})">
742 742
         <ion-avatar item-left>
743 743
           <img src="{{beer.giphyUrl}}">