Skip to content

Commit a0d1519

Browse files
authored
Update dependencies and fix edit button
1 parent 551717a commit a0d1519

File tree

3 files changed

+219
-70
lines changed

3 files changed

+219
-70
lines changed

generators/entity-client/templates/ionic/src/pages/entities/_entity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2>{{<%=entityInstance %>.<%=fieldName%>}}</h2>
6464
<%_ } _%>
6565
</button>
6666
<ion-item-options>
67-
<button ion-button color="primary" (click)="open(slidingItem, blog)">
67+
<button ion-button color="primary" (click)="open(slidingItem, <%=entityInstance %>)">
6868
{{ 'EDIT_BUTTON' | translate }}
6969
</button>
7070
<button ion-button color="danger" (click)="delete(<%=entityInstance %>)">

0 commit comments

Comments
 (0)