add feedback link

This commit is contained in:
Matias Alejo Garcia 2014-12-10 12:07:26 -03:00
commit aece4db5b4
8 changed files with 24 additions and 19 deletions

View file

@ -145,10 +145,6 @@ angular.module('copayApp.controllers').controller('HistoryController',
return w.getNetworkName().substring(0, 4);
};
$scope.openExternalLink = function(url) {
go.openExternalLink(url);
};
$scope.cancel = function() {
$modalInstance.dismiss('cancel');
};