Using External Widgets in Ionic Framework

I am new to Ionic and would like to embedded inside the Ionic View.

It’s working fine and it’s as below.

But when I try to added that code into Ionic View, it’s just showing blank without any error.

Widget Code

<div data-type="timetable" data-id="74530" id="wgt-74530" class="tap-sport-tools" style="width:300px; height:auto;"></div>
<div id="wgt-ft-74530" style="width:296px;"><p>Football results provided by <a href="http://www.whatsthescore.com/football/england/team-arsenal-9825.html" target="_blank" rel="nofollow"><img src="http://medias.whatsthescore.com/upload/logo-s.png" alt="whatsthescore.com" /></a></p></div><script type="text/javascript" src="http://tools.whatsthescore.com/load.min.js?715"></script>

I have added ‘

<access origin="*"/>

’ in the config.xml.

Any help would be really appreciate.