Created
May 5, 2016 19:09
-
-
Save mhartington/96ec170a476be2375b7a451f0dc73674 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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