Better keyboard handling and show score on results
This commit is contained in:
parent
951b0cbab8
commit
55a2c54ab6
3 changed files with 13 additions and 3 deletions
|
@ -101,6 +101,7 @@
|
|||
ng-class="searchResultState.current == $index ? 'current' : ''"
|
||||
ng-click="showResult(result)">
|
||||
<span class="kind">{{ result.kind }}</span>
|
||||
<span class="score">{{ result.score }}</span>
|
||||
<span ng-switch on="result.kind">
|
||||
<!-- Team -->
|
||||
<span ng-switch-when="team">
|
||||
|
|
Reference in a new issue