diff options
author | schencej <schencej@clarkson.edu> | 2019-12-12 10:41:08 -0500 |
---|---|---|
committer | schencej <schencej@clarkson.edu> | 2019-12-12 10:41:08 -0500 |
commit | 946512c32a3b94079c9d2aaf48ef16d09fd14e3d (patch) | |
tree | 39869562d6defa06096dfdb31148ab45948fd3af /recipeBuddy/src/app/add-recipe/add-recipe.component.html | |
parent | 2685a5d6838cf5572998d57eb391f86f4f797199 (diff) | |
parent | 09aea62746e50d8284dc234692e7641cca03cc42 (diff) |
merged with master
Diffstat (limited to 'recipeBuddy/src/app/add-recipe/add-recipe.component.html')
-rw-r--r-- | recipeBuddy/src/app/add-recipe/add-recipe.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipeBuddy/src/app/add-recipe/add-recipe.component.html b/recipeBuddy/src/app/add-recipe/add-recipe.component.html index 76095f9..11277f9 100644 --- a/recipeBuddy/src/app/add-recipe/add-recipe.component.html +++ b/recipeBuddy/src/app/add-recipe/add-recipe.component.html @@ -59,7 +59,7 @@ </mat-form-field> <mat-form-field class="quarter-width"> <input matInput placeholder="Units" type="text" - formControlName="units"> + formControlName="unit"> </mat-form-field> <button matSuffix mat-mini-fab (click)="rmIngredient(i)" type="button" style="margin-left: 10px"> |