Skip to content

Instantly share code, notes, and snippets.

@lx4r
Created April 24, 2016 07:56
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/2abf990b9b4e72570f729001f554f6bb to your computer and use it in GitHub Desktop.
Save lx4r/2abf990b9b4e72570f729001f554f6bb 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>
Seller country
<div item-right>{{gameDetails.sellerCountry}}</div>
</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