fix send
This commit is contained in:
parent
4f60626710
commit
1515b9446f
4 changed files with 41 additions and 25 deletions
|
|
@ -52,9 +52,16 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
|
|||
root.path('copayers');
|
||||
} else {
|
||||
root.path('walletHome');
|
||||
$rootScope.$emit('Local/SetTab', 'walletHome');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
root.send = function() {
|
||||
root.path('walletHome');
|
||||
$rootScope.$emit('Local/SetTab', 'walletHome');
|
||||
};
|
||||
|
||||
root.home = function() {
|
||||
if ($rootScope.iden)
|
||||
root.walletHome();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue