<body ng-app>
<div ng-include="'http://www.google.com/'"></div>
</body>
The ng-include handy directive lets us include the contents of another file within our document. But the html above mentioned is not working as it is not able to display the contents of the url mentioned. The same code works fine if some local relative file is mentioned. Please clarify my concept. Thanks is advance.