Added commit Hash to home page

This commit is contained in:
Matias Pando 2014-08-27 11:51:50 -03:00
commit e7c9f8d9c7
4 changed files with 17 additions and 2 deletions

View file

@ -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) {