better function name
This commit is contained in:
parent
7dd54976a5
commit
6facb74886
4 changed files with 9 additions and 4 deletions
|
|
@ -145,7 +145,7 @@ angular.module('copayApp.controllers').controller('HistoryController',
|
|||
return w.getNetworkName().substring(0, 4);
|
||||
};
|
||||
|
||||
$scope.go = function(url) {
|
||||
$scope.openExternalLink = function(url) {
|
||||
go.openExternalLink(url);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue