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

@ -176,9 +176,4 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
});
});
};
$scope.openExternalLink = function(url) {
go.openExternalLink(url);
};
});