[Trunk | Library]: searchFilter.component.ts: [Bug fix] event emitters were commented in previous commit for testing.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58137 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-02-25 12:36:30 +00:00
parent 7f83094e4f
commit 6bf56acf93
1 changed files with 6 additions and 6 deletions

View File

@ -64,9 +64,9 @@ export class SearchFilterComponent {
}else{
this.filter.countSelectedValues--;
}
// this.onFilterChange.emit({
// value: this.filter
// });
this.onFilterChange.emit({
value: this.filter
});
}
uniqueFilterChange(value: Value) {
let tmp = value.selected;
@ -78,9 +78,9 @@ export class SearchFilterComponent {
this.filter.countSelectedValues--;
}
// this.onFilterChange.emit({
// value: this.filter
// });
this.onFilterChange.emit({
value: this.filter
});
}
clearFilter() {
for (var i=0; i < this.filter.values.length; i++){