econocart/src/pages/market/market-create-page/market-create-page.html

24 lines
616 B
HTML
Raw Normal View History

2017-04-30 21:13:47 +00:00
<!--
Generated template for the ProductCreatePage page.
See http://ionicframework.com/docs/components/#navigation for more info on
Ionic pages and navigation.
-->
<ion-header>
2017-05-03 15:05:57 +00:00
<ion-navbar color="tertiary">
2017-04-30 21:13:47 +00:00
<ion-title>Cadastrar Supermercado</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>
<ion-list>
<ion-item>
<ion-label stacked>Nome do Supermercado</ion-label>
<ion-input type="text" [(ngModel)]="_market.sName"></ion-input>
</ion-item>
</ion-list>
<button ion-button full (click)="salvar()">Salvar</button>
</ion-content>