Project

General

Profile

« Previous | Next » 

Revision 51905

corrected html of events-of-repo-eventslist and notifications-of-subscription

View differences:

content-notifications-of-subscription.component.ts
81 81
  }
82 82

  
83 83

  
84
  isHighlighted(item: any, itemList: any[]) {
85
    return itemList.some(x => x === item);
86
  }
87

  
84 88
  getCorrectTopic() {
85 89
    let temp = this.eventsPage.topic.split('/');
86 90
    this.topic = temp[0];

Also available in: Unified diff