show default language below copay icon

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-05 17:23:03 -03:00
parent 6a855b7ac1
commit 3981ed3288
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ angular.module('copayApp.controllers').controller('VersionController',
$scope.version = copay.version;
$scope.commitHash = copay.commitHash;
$scope.networkName = config.networkName;
$scope.defaultLanguage = config.defaultLanguage;
$http.get('https://api.github.com/repos/bitpay/copay/tags').success(function(data) {
var toInt = function(s) {