Complex Form Layouts

I want to make a form based mobile app, but it seems there layout functionality in ionic is a little limited. I want a form that has two main columns of labels / fields, and within each of the main columns can have a label - field - label - field scenario. These fields are mostly text, but also spinners. Is this possible, I cannot seem to find any examples of this.

It seems that tablets are sort of a second class citizen around here. The best I have found is a master detail form, but that is just a phone with the side menu always showing. I want the side menu, but have complex form layouts in the details.

Any suggestions?