Merge pull request #3562 from bechi/feat/style-02

add tabs style
This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-01 17:40:54 -03:00
commit 3ded936657
2 changed files with 16 additions and 15 deletions

View file

@ -118,6 +118,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
$scope.addAddressbookEntry = false;
$scope.selectedAddressbook = {};
$scope.newAddress = address;
$scope.walletName = fc.credentials.walletName;
$scope.addressbook = {
'address': ($scope.newAddress || ''),
'label': ''