Merge branch 'ref/design' of github.com:matiu/copay into ref/design

This commit is contained in:
Matias Alejo Garcia 2016-08-17 15:36:24 -03:00
commit eb733c5d3c
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
14 changed files with 140 additions and 131 deletions

View file

@ -19,7 +19,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
self.setWallets();
});
self.setWallets = function() {
self.setWallets = function() {
$scope.wallets = profileService.getWallets();
};