วิธีการแก้ปัญหา
var myApp = angular.module(‘myApp’, [‘ngSanitize‘]);
myApp.controller(‘myController’, [‘$scope’, ‘$sce’, function ($scope, $sce) {
$scope.videos = $sce.trustAsResourceUrl(‘http://player.vimeo.com/video/xxxxx’);
}]);
แหล่งที่ https://forum.ionicframework.com/t/ionic-and-angular-show-video-problem/15384