mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed the navbar showing the object rather than the title
This commit is contained in:
parent
ddcd6a1acb
commit
08a1bd53c5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<input class="form-control quater-width search-bar" type="text" [(ngModel)]="selectedItem"
|
<input class="form-control quater-width search-bar" type="text" [(ngModel)]="selectedItem"
|
||||||
placeholder="{{'NavigationBar.Search' | translate}}" aria-label="Search" [ngbTypeahead]="searchModel"
|
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">
|
<ng-template #template let-result="result">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue