Fix method call
parent
dd6196555f
commit
44a689a359
|
@ -1,12 +1,12 @@
|
|||
<div class="input-group list-header">
|
||||
<input id="search-field"
|
||||
type="text" #query class="form-control"
|
||||
(keyup.enter)="emitSearch()"
|
||||
[formControl]="searchTerm">
|
||||
<span class="input-group-btn">
|
||||
<input id="search-field"
|
||||
type="text" #query class="form-control"
|
||||
(keyup.enter)="emitSearch()"
|
||||
[formControl]="searchTerm">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="button"
|
||||
(click)="emitSearch()">
|
||||
Suchen
|
||||
(click)="emitSearch()">
|
||||
Suchen
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{label: fraction.OPFOR, value: 'OPFOR'}]"
|
||||
[addButton]="{svgIcon: 'add', tooltip: 'Neues Squad hinzufügen'}"
|
||||
(executeSearch)="filterSquads($event)"
|
||||
(openAddFrom)="openNewRankForm()">
|
||||
(openAddFrom)="openNewSquadForm()">
|
||||
</cc-list-filter>
|
||||
|
||||
<cc-list-search [searchTerm]="searchTerm"
|
||||
|
|
Loading…
Reference in New Issue