|
|
|
@ -72,9 +72,7 @@
@@ -72,9 +72,7 @@
|
|
|
|
|
<div class="col-md-12 hand"> |
|
|
|
|
<h4> |
|
|
|
|
Hand |
|
|
|
|
(Points: |
|
|
|
|
{{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore |
|
|
|
|
}}) |
|
|
|
|
({{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore }}) |
|
|
|
|
|
|
|
|
|
</h4> |
|
|
|
|
<div class="row"> |
|
|
|
|