write this in the controller tell me if its ok ?
$scope.VideoID = $sce.trustAsResourceUrl(“Concurrence Catalyst Version 3.1 Overview Part One on Vimeo”);
and u can use this in the config of your app for all videos from vimeo
$sceDelegateProvider.resourceUrlWhitelist([
‘self’,
‘http://player.vimeo.com/video/**’
]);