refactor: remove default data from search page

Closes #151
This commit is contained in:
Jovan Krunić
2021-11-03 12:41:04 +00:00
parent d3188f5090
commit d6cb7e1d3b
13 changed files with 101 additions and 47 deletions

View File

@@ -14,7 +14,7 @@
(keyup)="searchKeyUp($event)"
[(ngModel)]="queryText"
(ionClear)="searchStringChanged()"
placeholder="{{ 'map.page.search.PLACEHOLDER' | translate }}"
placeholder="{{ 'map.page.search_bar.placeholder' | translate }}"
showClearButton="always"
>
</ion-searchbar>