I am sorry, i am new on ionic(angularjs). I have tried to bind from string, the string is containing youtub video url.
<iframe width="280" height="150" src="//www.youtube.com/embed/UAHEQnOtzuw?list=UUj4nCgtjKJppK_IZeY8TUJg" frameborder="0" allowfullscreen></iframe>
In controller
$scope.videoElement.str = $scope.item.restData.videos[0].link;
In html
<div ng-bind-html="videoElement.str"></div>
but i can't see nothing. :(
Here is screenshot. http://screencast.com/t/Fgct1sdnOon
How can i fix this issue? Thank you for an advance.