Using website as a view - is it possible?

I’m new to angular/cordova and looking into using ionic to build an app, but trying to figure out if what i have in mind is feasible. Basically, I want to create a side-menu app with 4 or so views that are regular ngViews - contained in the app code only, authenticating a user with my webserver - but for one view I want to point to a website. This view would be the mobile version of an ordering website. This would allow us to make changes to the ordering site and not have to push an app update, and maintain 1 set of ordering code.

Is this possible, or is there a different way to accomplish this (loading views/controllers from the site instead of a iframe-type load). Thanks in advance.

Have you tried using an iframe? That worked well for me.