Hide the search result scores

This commit is contained in:
Joseph Schorr 2015-05-03 17:22:37 -07:00
parent c8cab6b7e2
commit 7e2dd369a3

View file

@ -156,7 +156,7 @@
ng-class="searchResultState.current == $index ? 'current' : ''"
ng-click="showResult(result)">
<span class="kind">{{ result.kind }}</span>
<span class="score">{{ result.score.toString().substr(0, 4) }}</span>
<span class="score" style="display: none">{{ result.score.toString().substr(0, 4) }}</span>
<span ng-switch on="result.kind">
<!-- Team -->
<span ng-switch-when="team">