In your project config.xml set the orientation to allow the user to rotate from landscape to portrait.
<preference name="Orientation" value="all" />
Run the project on an ipad retina like this:
ionic emulate ios --target="iPad-Retina"
Voila!