Browse Source

Merge pull request #172 from fancycode/fix_youtube_integration

Fix broken YouTube integration
pull/173/head
Simon Eisenmann 11 years ago
parent
commit
1edd3b36e2
  1. 2
      static/js/directives/youtubevideo.js

2
static/js/directives/youtubevideo.js

@ -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;
}); });
}); });

Loading…
Cancel
Save