Project

General

Profile

« Previous | Next » 

Revision 47314

searchPage.component: clear All (for filters) became an <a> tag | searchFilter.component: accordion removed - filters always open | browseStatistic.component: modal fixed for View more options | search.component + publication.component: added responsiveness in tabs | claimsByToken.component: added metadata information (description + title -> to be changed) - datatables' paging and column width with slightly better appearance

View differences:

publication.component.ts
49 49
  public errorMessage = "";
50 50
  public routerHelper:RouterHelper = new RouterHelper();
51 51

  
52
  public activeTab: string = "References";
53

  
52 54
  constructor ( private element: ElementRef,
53 55
                private _publicationService: PublicationService,
54 56
                private route: ActivatedRoute, private _meta: Meta) { }
......
214 216
      this._meta.setTitle(_title );
215 217
      this._meta.updateMeta("og:title",_title);
216 218
    }
219

  
217 220
}

Also available in: Unified diff