Advertisement
rama_astadipati

sl-options.html

Apr 15th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <ion-grid text-center>
  2. <ion-row>
  3. <ion-col>
  4. <h3>Store And Load</h3>
  5. </ion-col>
  6. </ion-row>
  7. <ion-row>
  8. <ion-col>
  9. <button ion-button outline (click)="onAction('load')"> Load List</button>
  10. </ion-col>
  11. </ion-row>
  12. <ion-row>
  13. <ion-col>
  14. <button ion-button outline (click)="onAction('store')"> Save List</button>
  15. </ion-col>
  16. </ion-row>
  17. </ion-grid>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement