Skip to content

Commit

Permalink
Polish some details
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas committed Sep 10, 2016
1 parent 20f0607 commit 56b8c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/details/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ <h2>Additifs</h2>
<ion-list no-lines>
<ion-list-header>
<ion-label>
Afficher les valeur pour 100g <br>
<b>Afficher les valeurs pour 100g</b> <br>
Portion actuelle {{show100g ? '100 g' : servingSize}}
</ion-label>
<ion-toggle checked="false" [(ngModel)]="show100g"item-right></ion-toggle>
<ion-toggle janari checked="false" [(ngModel)]="show100g"item-right></ion-toggle>
</ion-list-header>
<ion-item *ngFor="let nutrient of getNutrients()">
{{nutrients[nutrient] || nutrient}}
Expand Down

0 comments on commit 56b8c81

Please sign in to comment.