Merge pull request #1059 from yemel/feature/change-menu

Refactor menu, split transactions tab into send and history
This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-07 10:26:40 -03:00
commit fe53f1b87c
12 changed files with 235 additions and 209 deletions

View file

@ -15,7 +15,7 @@ angular.module('copayApp.controllers').controller('CopayersController',
}
$scope.goToWallet = function() {
$location.path('/addresses');
$location.path('/receive');
};
$scope.deleteWallet = function() {