Added commit Hash to home page
This commit is contained in:
parent
a37e31ec80
commit
e7c9f8d9c7
4 changed files with 17 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('VersionController',
|
|||
function($scope, $rootScope, $http, notification) {
|
||||
|
||||
$scope.version = copay.version;
|
||||
$scope.commitHash = copay.commitHash;
|
||||
$scope.networkName = config.networkName;
|
||||
|
||||
$http.get('https://api.github.com/repos/bitpay/copay/tags').success(function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue