add config for video, add names in footer

This commit is contained in:
Matias Alejo Garcia 2014-06-09 15:59:18 -03:00
commit 88116dab25
6 changed files with 20 additions and 11 deletions

View file

@ -17,6 +17,8 @@ angular.module('copayApp.controllers').controller('FooterController', function($
$scope.version = copay.version;
$scope.getVideoURL = function(copayer) {
if (config.disableVideo) return;
var vi = $rootScope.videoInfo[copayer]
if (!vi) return;