Project

General

Profile

« Previous | Next » 

Revision 58946

Created the indicator tables for the open science tab of the europe page

View differences:

data-view.component.html
36 36
        <!--<span class="md-input-bar"></span>-->
37 37
      </div>
38 38
      <div *ngIf="loadingAbsoluteTable" class="whiteFilm"><i class="fa fa-spinner fa-spin fa-2x loader" aria-hidden="true"></i></div>
39
      <app-countries-table *ngIf="tableAbsoluteData" [isPercentage]="false" [countries]="tableAbsoluteData"></app-countries-table>
39
      <app-countries-table *ngIf="tableAbsoluteData" [isPercentage]="false" [countries]="tableAbsoluteData" [view]="'overview'"></app-countries-table>
40 40
    </div>
41 41
  </li>
42 42
  <li aria-hidden="true" style="animation-duration: 200ms;" class="">
......
53 53
        <!--<span class="md-input-bar"></span>-->
54 54
      </div>
55 55
      <div *ngIf="loadingPercentageTable" class="whiteFilm"><i class="fa fa-spinner fa-spin fa-2x loader" aria-hidden="true"></i></div>
56
      <app-countries-table *ngIf="tablePercentageData" [isPercentage]="true" [countries]="tablePercentageData"></app-countries-table>
56
      <app-countries-table *ngIf="tablePercentageData" [isPercentage]="true" [countries]="tablePercentageData" [view]="'overview'"></app-countries-table>
57 57
    </div>
58 58
  </li>
59 59
  <li aria-hidden="true" style="animation-duration: 200ms;" class="">

Also available in: Unified diff