I know this is long, but please bear with me. The problem is easy to understand, just takes some writing to fully explain it.
Right now I\'m getting this error
in controller:
app.filter('trustAsResourceUrl', ['$sce', function ($sce) { return function (val) { return $sce.trustAsResourceUrl(val); }; }]);
in html:
ng-src="('https://www.youtube.com/embed/' + video.id.videoId) | trustAsResourceUrl"