Ref route.js. Fix tabs-scan title. Adds title to Wallet details
This commit is contained in:
parent
7f3364c5d6
commit
c7c051efba
11 changed files with 322 additions and 341 deletions
|
|
@ -68,7 +68,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
return;
|
||||
}
|
||||
$log.debug('Got toAddress:' + addr + ' | ' + item.label)
|
||||
return $state.transitionTo('amount', { toAddress: addr, toName: item.label})
|
||||
return $state.transitionTo('send.amount', { toAddress: addr, toName: item.label})
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue