[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:
parent
7f83094e4f
commit
6bf56acf93
|
@ -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++){
|
||||
|
|
Loading…
Reference in New Issue