Skip to content

Commit b917a2c

Browse files
committed
Delete unecessary code
1 parent 82854cb commit b917a2c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

angular/src/app/pharmacy/add-medicine/add-medicine.component.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,7 @@
5151
<div class="error-message" *ngIf="inputDescription?.errors?.['minlength']">Описанието трябва да е поне 3 символа</div>
5252
</ng-container>
5353
</div>
54-
<!-- <div class="form-group">
55-
<textarea
56-
type="text"
57-
name="method"
58-
id="method"
59-
placeholder="Начин на употреба..."
60-
#inputMethod="ngModel"
61-
required
62-
ngModel
63-
[(ngModel)]="currentMedicine.method"
64-
65-
></textarea>
66-
</div> -->
54+
6755
<div class="form-group">
6856
<input
6957
type="file"

0 commit comments

Comments
 (0)