Last active
August 10, 2018 10:56
-
-
Save samarthagarwal/1255ba24d1cce21cc0a1a439c249bb27 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-list> | |
| <ion-item> | |
| <ion-label>Select Game</ion-label> | |
| <ion-select> | |
| <ion-select-option value="Hitman">Hitman</ion-select-option> | |
| <ion-select-option value="gta-v">GTA V</ion-select-option> | |
| <ion-select-option value="cod">Call of Duty</ion-select-option> | |
| <ion-select-option value="battlefield">Battlefield</ion-select-option> | |
| <ion-select-option value="nfs">Need for Speed</ion-select-option> | |
| <ion-select-option value="fifa">FIFA</ion-select-option> | |
| </ion-select> | |
| </ion-item> | |
| </ion-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment