Skip to content

Instantly share code, notes, and snippets.

@mhartington
Created April 18, 2016 13:12
Show Gist options
  • Save mhartington/5a77f98d48fc1b6593bca5f847795d89 to your computer and use it in GitHub Desktop.
Save mhartington/5a77f98d48fc1b6593bca5f847795d89 to your computer and use it in GitHub Desktop.
<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