focus confirm button

This commit is contained in:
Gabriel Bazán 2016-06-22 15:52:13 -03:00
commit 638b343dd5

View file

@ -31,7 +31,7 @@
</button>
</div>
<div class="half-row left">
<button ng-click="accept()" class="round expand" ng-style="{'background-color':index.backgroundColor}">
<button ng-click="accept()" class="round expand" ng-style="{'background-color':index.backgroundColor}" autofocus>
<span class="size-12" translate>Confirm</span>
</button>
</div>