Created
June 23, 2017 01:40
-
-
Save maltzsama/b41b38dfc91e5cc22cc6c9df9e7fa605 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-header> | |
<ion-navbar> | |
<!--<ion-title>Inspeção</ion-title>--> | |
<ion-buttons end> | |
<button (click)="edit()">editar</button> | |
</ion-buttons> | |
</ion-navbar> | |
<expandable-header [scrollArea]="myContent" headerHeight="125" class="ex-header"> | |
<ion-label text-center>{{company.name}}</ion-label> | |
<ion-label class="info">CNPJ: {{company.cnpj}}</ion-label> | |
<ion-label class="info">{{company.address}}</ion-label> | |
<ion-label class="info">{{company.phone}}</ion-label> | |
<ion-label class="info">{{company.contact}}</ion-label> | |
</expandable-header> | |
</ion-header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment