Created
April 18, 2016 13:12
-
-
Save mhartington/5a77f98d48fc1b6593bca5f847795d89 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-navbar *navbar> | |
| <ion-title> | |
| Home | |
| </ion-title> | |
| </ion-navbar> | |
| <ion-content class="home"> | |
| <ion-list> | |
| <ion-item> | |
| <ion-label>Hello</ion-label> | |
| <ion-input type="number" pattern="[0-9]*"></ion-input> | |
| </ion-item> | |
| </ion-list> | |
| </ion-content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment