add testnet in footer / add links

This commit is contained in:
Matias Alejo Garcia 2014-07-03 11:37:26 -03:00
commit 5ba388e911
5 changed files with 23 additions and 4 deletions

View file

@ -2,6 +2,8 @@
angular.module('copayApp.controllers').controller('FooterController', function($rootScope, $sce, $scope, $http) {
$scope.networkName = config.networkName;
if (config.themes && Array.isArray(config.themes) && config.themes[0]) {
$scope.themes = config.themes;
} else {