Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <!--
  2. Generated template for the GoPage page.
  3.  
  4. See http://ionicframework.com/docs/components/#navigation for more info on
  5. Ionic pages and navigation.
  6. -->
  7. <ion-header>
  8.  
  9. <ion-navbar>
  10. <ion-title>go</ion-title>
  11. </ion-navbar>
  12.  
  13. </ion-header>
  14.  
  15.  
  16. <ion-content padding>
  17. <button ion-button (click) = Create()> Go RIOT </button>
  18.  
  19. <ion-list *ngFor="let account of accounts">
  20. <ion-item>
  21. <ion-label> Welcome {{account.acc}} to Summoner's Rift!</ion-label>
  22. <ion-label> Pass: {{account.pass}} </ion-label>
  23. <button ion-button item-end (click) = Update()> Edit </button>
  24. <button ion-button item-end (click) = Delete(account.pass)> Delete </button>
  25. </ion-item>
  26. </ion-list>
  27.  
  28. </ion-content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement