Fix commit hash

This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-13 16:38:02 -03:00
commit 60528090f1
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -5,6 +5,7 @@ angular.module('copayApp.controllers').controller('preferencesAbout',
$scope.title = gettextCatalog.getString('About') + ' ' + $window.appConfig.nameCase;
$scope.version = $window.version;
$scope.commitHash = $window.commitHash;
$scope.openExternalLink = function() {
var url = 'https://github.com/bitpay/' + $window.appConfig.gitHubRepoName + '/tree/' + $window.commitHash + '';