Project

General

Profile

« Previous | Next » 

Revision 51440

all api methods work!

View differences:

datasource-update-form.component.ts
48 48
  datasourceClasses: Map<string,string> = new Map<string,string>();
49 49
  classCodes: string[] = [];
50 50

  
51
  isModalShown: boolean;
51 52
  @ViewChild('updateLogoUrlModal')
52 53
  public updateLogoUrlModal: ConfirmationDialogComponent;
53 54

  
......
332 333
    this.updateLogoUrlModal.showModal();
333 334
  }
334 335

  
335
  updatedLogoUrl() {
336
  updatedLogoUrl(event: any) {
336 337
    this.emittedUrl.emit(this.updateGroup.get('logoUrl').value);
337 338
  }
338 339

  

Also available in: Unified diff