@@ -59,9 +59,7 @@ export class SearchModalComponent {
|
||||
this.loadCounties();
|
||||
}
|
||||
|
||||
ngOnChanges() {
|
||||
console.log('sdf');
|
||||
}
|
||||
ngOnChanges() {}
|
||||
categoryClicked(checked: boolean, value: string) {
|
||||
if (checked) {
|
||||
this.criteria.types.push(value);
|
||||
|
||||
Reference in New Issue
Block a user