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