Embed External PAge

Dear I want to embed external page in my ionic application.
Here is the code

<ion-content>
       <div ng-include src="'http://root.forwen.com:9002/mykereta-dev/index.php?option=com_content&view=article&id=6&Itemid=754'"></div>
    </ion-content>

But the problem is that. Links is not working. Images is not working.

same problem here, did you find a solution?