summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/add-recipe/add-recipe.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'recipeBuddy/src/app/add-recipe/add-recipe.component.html')
-rw-r--r--recipeBuddy/src/app/add-recipe/add-recipe.component.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipeBuddy/src/app/add-recipe/add-recipe.component.html b/recipeBuddy/src/app/add-recipe/add-recipe.component.html
index 699f306..7e80e4e 100644
--- a/recipeBuddy/src/app/add-recipe/add-recipe.component.html
+++ b/recipeBuddy/src/app/add-recipe/add-recipe.component.html
@@ -24,7 +24,8 @@
<div formArrayName="ingredients">
<h3>Ingredients</h3>
- <button mat-mini-fab color="primary" (click)="addIngredient()">
+ <button mat-mini-fab color="primary" (click)="addIngredient()"
+ type="button">
<mat-icon>add</mat-icon>
</button>
<div *ngFor="let address of ingredients.controls; let i=index">
@@ -48,7 +49,7 @@
<div formArrayName="steps">
<h3>Steps</h3>
- <button mat-mini-fab color="primary" (click)="addStep()">
+ <button mat-mini-fab color="primary" (click)="addStep()" type="button">
<mat-icon>add</mat-icon>
</button>
<div *ngFor="let address of steps.controls; let i=index">