Last active
August 24, 2017 02:01
-
-
Save pavei/a0e6ce718c3d1b14fd3b8b19fc257ecf 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-content padding> | |
<ion-fab right top small > | |
<button ion-fab color="danger" (click)="back()"> | |
<ion-icon name="md-arrow-forward"></ion-icon> | |
</button> | |
</ion-fab> | |
<ion-fab left top small > | |
<button ion-fab color="danger"> | |
<ion-icon name="ios-settings"></ion-icon> | |
</button> | |
</ion-fab> | |
<ion-fab right bottom small > | |
<button (click)="refresh()" ion-fab color="danger"> | |
<ion-icon name="refresh"></ion-icon> | |
</button> | |
</ion-fab> | |
<ion-fab center bottom large > | |
<button (click)="takePicture()" ion-fab color="dark"> | |
<ion-icon name=""></ion-icon> | |
</button> | |
</ion-fab> | |
</ion-content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment