|
|
|
@ -61,7 +61,7 @@ define(['jquery', 'underscore', 'text!partials/youtubevideo.html', 'bigscreen'], |
|
|
|
$scope.hideControlsBar = true; |
|
|
|
$scope.hideControlsBar = true; |
|
|
|
$scope.currentVideoUrl = null; |
|
|
|
$scope.currentVideoUrl = null; |
|
|
|
$scope.currentVideoId = null; |
|
|
|
$scope.currentVideoId = null; |
|
|
|
$scope.youtubeurl = "http://www.youtube.com/watch?v=_C92v6uKCIU"; |
|
|
|
$scope.youtubeurl = ""; |
|
|
|
|
|
|
|
|
|
|
|
var onPlayerReady = function(event) { |
|
|
|
var onPlayerReady = function(event) { |
|
|
|
$scope.$apply(function(scope) { |
|
|
|
$scope.$apply(function(scope) { |
|
|
|
|