File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
demo/src/app/home/ngx-material-contacts Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 10
10
{{title}}
11
11
</ ng-template >
12
12
< span class ="fill-remaining "> </ span >
13
- < button *ngIf ="!readonly " fxHide.xs mat-fab color ="accent " class ="fab-add " matTooltip ="add new contact ">
13
+ < button *ngIf ="!readonly "
14
+ fxHide.xs
15
+ mat-fab
16
+ color ="accent "
17
+ class ="fab-add "
18
+ matTooltip ="add new contact "
19
+ (click) ="openAddDialogContainer() ">
14
20
< mat-icon > add</ mat-icon >
15
21
</ button >
16
- < button *ngIf ="!readonly " fxHide fxShow.xs mat-icon-button matTooltip ="add new contact ">
22
+ < button *ngIf ="!readonly " fxHide
23
+ fxShow.xs
24
+ mat-icon-button
25
+ matTooltip ="add new contact "
26
+ (click) ="openAddDialogContainer() ">
17
27
< mat-icon > add</ mat-icon >
18
28
</ button >
19
29
</ mat-toolbar >
63
73
< ng-container *ngIf ="!readonly " matColumnDef ="more ">
64
74
< mat-header-cell *matHeaderCellDef class ="cell-shrink-more ">
65
75
</ mat-header-cell >
66
- < mat-cell *matCellDef ="let element " class ="cell-shrink-more ">
76
+ < mat-cell *matCellDef ="let element "
77
+ class ="cell-shrink-more "
78
+ (click) ="$event.stopPropagation() ">
67
79
< button mat-icon-button
68
80
[matMenuTriggerFor] ="posXMenu "
69
81
class ="mat-24 "
You can’t perform that action at this time.
0 commit comments