Project

General

Profile

« Previous | Next » 

Revision 51830

fixed some bugs - fixed number of events shown in content/events

View differences:

my-array.interface.ts
31 31
    </div>
32 32

  
33 33

  
34
    <confirmation-dialog #confirmDelete [title]="'Delete Interface'" [isModalShown]="isModalShown"
34
    <confirmation-dialog #confirmDelete [title]="'Delete '+ description.label" [isModalShown]="isModalShown"
35 35
                         [confirmActionButton]="'Yes, delete it'" (emitObject)="confirmedRemove($event)">
36
      Are you sure you want to delete this interface?
36
      Are you sure you want to delete this {{description.label}}?
37 37
    </confirmation-dialog>
38 38

  
39 39
  `

Also available in: Unified diff