Change url to /receive and /history

This commit is contained in:
Yemel Jardi 2014-08-06 15:34:56 -03:00
commit 2ba794fc47
7 changed files with 12 additions and 12 deletions

View file

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