fix undefined bugs
This commit is contained in:
parent
d4c9c87076
commit
d099db6cde
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue