This commit is contained in:
Nikolaos Laskaris 2017-11-10 13:03:28 +02:00
parent f031683a9a
commit fd6dc2c936
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export class AutocompleteRemoteComponent implements OnInit, ControlValueAccessor
ngOnInit() {
//this.updateByQuery(this.query); //just to trigger the first call
this.updateByQuery(this.query); //just to trigger the first call
}