Project

General

Profile

« Previous | Next » 

Revision 61521

fixed countryCode param

View differences:

country-os-publications-indicators.component.ts
79 79
      this.indicator = params['indicator'];
80 80
    });
81 81

  
82
    this.route.parent.parent.parent.params.subscribe(params => {
82
    this.route.parent.parent.parent.parent.parent.params.subscribe(params => {
83 83

  
84 84
      this.countryCode = params['countryCode'];
85 85

  

Also available in: Unified diff