Skip to content

Instantly share code, notes, and snippets.

@lx4r
Created April 27, 2016 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lx4r/9cb4a71a257bd230952e6e4c21f4c055 to your computer and use it in GitHub Desktop.
Save lx4r/9cb4a71a257bd230952e6e4c21f4c055 to your computer and use it in GitHub Desktop.
<ion-navbar *navbar>
<ion-title>
{{ game.gameName }}
</ion-title>
</ion-navbar>
<ion-content>
<ion-list>
<ion-item>
Price
<ion-badge item-right>{{gameDetails.gamePrice}}€</ion-badge>
</ion-item>
</ion-list>
<button block (click)="test()" outline dark>Test</button>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment