fix undefined bugs

This commit is contained in:
Matias Alejo Garcia 2014-07-07 19:38:45 -03:00
commit d099db6cde
2 changed files with 4 additions and 1 deletions

View file

@ -4,8 +4,9 @@ var bitcore = require('bitcore');
angular.module('copayApp.services')
.factory('controllerUtils', function($rootScope, $sce, $location, notification, $timeout, Socket, video, uriHandler) {
var root = {};
root.getVideoMutedStatus = function(copayer) {
if (!$rootScope.videoInfo) return;
var vi = $rootScope.videoInfo[copayer]
if (!vi) {
return;