better function name

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 16:20:19 -03:00
commit 6facb74886
4 changed files with 9 additions and 4 deletions

View file

@ -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);
};