faster tab switching

This commit is contained in:
Matias Alejo Garcia 2015-04-28 16:58:40 -03:00
commit a56507fe87
4 changed files with 20 additions and 13 deletions

View file

@ -224,7 +224,7 @@
</div>
<div class="row m20t">
<div class="large-12 columns">
<button class="button black expand radius" ng-click="home.newAddress()"
<button class="button black expand radius" ng-click="home.setNewAddress()"
ng-style="{'background-color':index.backgroundColor}" ng-disabled="home.blockUx || index.isOffline ||home.generatingAddress" translate>
Generate new address
</button>