Skip to content

Instantly share code, notes, and snippets.

@mhartington
Created May 5, 2016 19:09
Show Gist options
  • Save mhartington/96ec170a476be2375b7a451f0dc73674 to your computer and use it in GitHub Desktop.
Save mhartington/96ec170a476be2375b7a451f0dc73674 to your computer and use it in GitHub Desktop.
<ion-view>
<ion-content class="main-content">
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<h4>Something</h4>
<form>
<label class="item item-input">
<input type="text">
</label>
<label class="item item-input item-select">
<span class="input-label">Type</span>
<select ng-model="contactUs.SubPrefix">
<option value="Option1">Option1</option>
<option value="Option2">Option2</option>
<option value="Option3">Option3</option>
</select>
</label>
<label class="item item-input">
<textarea type="test" name="detail" placeholder="Detail"></textarea>
</label>
<button class="button button-block button-positive border-medium-blue" type="submit">Send</button>
</form>
</ion-content>
</ion-view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment