Created
December 6, 2016 15:35
-
-
Save DWS-paris/d340b3035a41e394c38959cac0f5f9c6 to your computer and use it in GitHub Desktop.
Vue d'une page type #ionic2
This file contains 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
<!-- Utilisation de la directive pour créer le header de la page --> | |
<ion-header> | |
<!-- Utilisation de la directive pour créer la barre de navigation de la page --> | |
<ion-navbar> | |
<!-- Utilisation de la directive pour créer bouton burger menu --> | |
<button ion-button menuToggle> | |
<ion-icon name="menu"></ion-icon> | |
</button> | |
<!-- Utilisation de la directive pour créer titre de la page --> | |
<ion-title>Homepage</ion-title> | |
</ion-navbar> | |
</ion-header> | |
<!-- Utilisation de la directive pour afficher le contenu de la page --> | |
<ion-content> | |
</ion-content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment