Skip to content

Instantly share code, notes, and snippets.

@maltzsama
Created June 23, 2017 01:40
Show Gist options
  • Save maltzsama/b41b38dfc91e5cc22cc6c9df9e7fa605 to your computer and use it in GitHub Desktop.
Save maltzsama/b41b38dfc91e5cc22cc6c9df9e7fa605 to your computer and use it in GitHub Desktop.
<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