fix payment intent

This commit is contained in:
Matias Alejo Garcia 2014-12-09 15:46:03 -03:00
commit aa43273f8d
5 changed files with 29 additions and 38 deletions

View file

@ -73,7 +73,6 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
};
root.home = function() {
console.log('[go.js.48:home:]'); //TODO
if ($rootScope.iden)
root.walletHome();
else
@ -82,8 +81,6 @@ console.log('[go.js.48:home:]'); //TODO
root.send = function() {
console.log('[go.js.58]'); //TODO
$location.path('send');
};