Created
June 26, 2017 22:43
-
-
Save maltzsama/da49ddd65af87949cfcfa7e3333b8efc 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-item-sliding> | |
<ion-item color="none" on-click="goToInspeO()" id="empresa-list-item20"> | |
<ion-avatar item-left> | |
<img /> | |
</ion-avatar> | |
<h2> | |
Empresa 1 sdfsdfsdfsfdsdfsdf | |
</h2> | |
</ion-item> | |
<ion-item-options side="left"> | |
<button ion-button color="energized"> | |
editar | |
</button> | |
<button ion-button color="positive"></button> | |
</ion-item-options> | |
</ion-item-sliding> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment