Skip to content

Commit

Permalink
Le vamos dando formato a la página adding.
Browse files Browse the repository at this point in the history
  • Loading branch information
mac committed Apr 17, 2018
1 parent 985c849 commit 65e34b0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/pages/adding/adding.html
Expand Up @@ -7,12 +7,30 @@
<ion-header>

<ion-navbar>
<ion-title>adding</ion-title>
<ion-title>Agregar movimiento</ion-title>
</ion-navbar>

</ion-header>


<ion-content padding>
<!-- Agregamos aquí dentro 3 items-->

<!-- Este primero tendrá el control de lo que
estamos agregando -->
<ion-item>
<ion-label floating>Descripción</ion-label>
<ion-input type="text"></ion-input>
</ion-item>
<ion-item>
<ion-label floating>Monto</ion-label>
<ion-input type="number"></ion-input>
</ion-item>
<!-- <ion-item></ion-item> -->
<!-- Dejamos comentado ese último item porque más adelante es cuando
lo vamos a configurar. Nos servirá para la imagen y demás. -->

<!-- Añadimos aquí un botón -->
<button ion-button>Agregar</button>

</ion-content>

1 comment on commit 65e34b0

@sasaCas
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

En este momento se ve así de bien. En el siguiente commit continuamos...
.
.
captura de pantalla 2018-04-17 a las 17 12 07

Please sign in to comment.