txproposal comuninication between peers. Still WIP

This commit is contained in:
Matias Alejo Garcia 2014-04-11 13:26:36 -03:00
commit 333ecb352a
12 changed files with 282 additions and 124 deletions

View file

@ -5,6 +5,9 @@ angular.module('copay.header').controller('HeaderController',
$scope.menu = [{
'title': 'Home',
'link': '#/home'
}, {
'title': 'Copayers',
'link': '#/peer'
}, {
'title': 'Transactions',
'link': '#/transactions'