Changeset 8e74e2f for Farmatiko/ClientApp/src/app/dialogs/list-medicines-dialog/list-medicines-dialog.component.html
- Timestamp:
- 11/16/20 03:55:10 (4 years ago)
- Branches:
- master
- Children:
- db484c9
- Parents:
- 8b13eb2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/dialogs/list-medicines-dialog/list-medicines-dialog.component.html
r8b13eb2 r8e74e2f 21 21 <tbody> 22 22 <tr *ngFor="let medicine of filteredListMedicines"> 23 <td> >{{ medicine.name }}</td>23 <td>{{ medicine.name }}</td> 24 24 <td>{{ medicine.strength }}</td> 25 25 <td>{{ medicine.form }}</td>
Note:
See TracChangeset
for help on using the changeset viewer.