Display web content into ion-content

Hello !

I want to keep my ion-content’s header (navbar), but display a web content too.

How can I process ?

Thanks!

Use ng-bind-html directive

Thanks for your answer. Can you give me an exemple of how To use it?

https://docs.angularjs.org/api/ng/directive/ngBindHtml

I can inject HTML like <a href="http://www.google.com/">a link</a>, but I cannot show a web page, no?

Seems like you are after InAppBrowser plugin: https://github.com/apache/cordova-plugin-inappbrowser/blob/master/doc/index.md