video
source(ng-repeat='file in video.files', ng-src='{{file.src}}', type='video/{{file.type}}')
ng-src='{{trustSrc(file.src)}}'
.config(function($sceDelegateProvider) {
$sceDelegateProvider.resourceUrlWhitelist([
'^http://localhost',
'^http://cdn.dmcloud.net/'
]);
});