Project

General

Profile

« Previous | Next » 

Revision 62389

View differences:

content-events-of-repository.component.ts
34 34
  ngOnInit() {
35 35

  
36 36
    if(this.sharedService.getRepository()) {
37
      this.repoName = this.sharedService.getRepository().officialName;
37
      this.repoName = this.sharedService.getRepository().officialname;
38 38
      this.getCorrectName();
39 39
      this.getTopics();
40 40
    }
......
42 42
    this.sharedService.repository$.subscribe(
43 43
      r => {
44 44
        if (r) {
45
          this.repoName = r.officialName;
45
          this.repoName = r.officialname;
46 46
          this.getCorrectName();
47 47
          this.getTopics();
48 48
        }

Also available in: Unified diff