Revision 56502
Added by Andreas Mantas almost 4 years ago
registration.component.ts | ||
---|---|---|
77 | 77 |
this.getRegisteredRepositories(); |
78 | 78 |
} |
79 | 79 |
|
80 |
handleChangeAndResetPage() { |
|
81 |
this.dataForm.get('page').setValue(0); |
|
82 |
this.getRegisteredRepositories(); |
|
83 |
} |
|
84 |
|
|
85 | 80 |
getCountryName(countryCode): string { |
86 | 81 |
for (const country of Object.values(this.countries)) { |
87 | 82 |
if (country.code === countryCode) { |
Also available in: Unified diff
minor changes