Merge pull request #5220 from cmgustavo/bug/commit_hash_01

Fix commit hash
This commit is contained in:
Gabriel Edgardo Bazán 2016-12-13 17:10:00 -03:00 committed by GitHub
commit e398fe36e2
1 changed files with 1 additions and 0 deletions

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 + '';