|
|
@ -74,7 +74,7 @@ define(['jquery', 'underscore', 'text!partials/youtubevideo.html', 'bigscreen'], |
|
|
|
$scope.volume = null; |
|
|
|
$scope.volume = null; |
|
|
|
|
|
|
|
|
|
|
|
isYouTubeIframeAPIReady.then(function() { |
|
|
|
isYouTubeIframeAPIReady.then(function() { |
|
|
|
$scope.$apply(function(scope) { |
|
|
|
safeApply($scope, function(scope) { |
|
|
|
scope.youtubeAPIReady = true; |
|
|
|
scope.youtubeAPIReady = true; |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}); |
|
|
|