(function() { "use strict"; // video player is a directive to support legacy parts of the code which may not have angular templating loaded. angular.module('shared') .directive('videoPlayer', ['videoService', function(videoService) { return { restrict: 'E', transclude: true, scope: { baseUrl: '@?', width: '@?', height: '@?', src: '<', videoTitle: '<', poster: '