Fixed the navbar showing the object rather than the title

This commit is contained in:
tidusjar 2019-04-28 00:01:11 +01:00
commit 08a1bd53c5

View file

@ -1,6 +1,6 @@
<input class="form-control quater-width search-bar" type="text" [(ngModel)]="selectedItem"
placeholder="{{'NavigationBar.Search' | translate}}" aria-label="Search" [ngbTypeahead]="searchModel"
[resultFormatter]="formatter" [resultTemplate]="template" (selectItem)="selected($event)">
[resultFormatter]="formatter" [inputFormatter]="formatter" [resultTemplate]="template" (selectItem)="selected($event)">
<ng-template #template let-result="result">