refactor address management

This commit is contained in:
Matias Alejo Garcia 2015-06-27 13:22:56 -03:00
commit 1323ad48db
5 changed files with 110 additions and 61 deletions

View file

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