We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82854cb commit b917a2cCopy full SHA for b917a2c
angular/src/app/pharmacy/add-medicine/add-medicine.component.html
@@ -51,19 +51,7 @@
51
<div class="error-message" *ngIf="inputDescription?.errors?.['minlength']">Описанието трябва да е поне 3 символа</div>
52
</ng-container>
53
</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> -->
+
67
<div class="form-group">
68
<input
69
type="file"
0 commit comments