Getting iframe to work with wordpress rest API

I am currently trying to get a youtube video that is embedded in my Wordpress page into my ionic app using a http get request.
However when I try to put the iframe from the wordpress code into my ionic app using ng-bind-html, it does not bring out the video.

Any help would be appreciated.