Created
December 6, 2016 16:09
-
-
Save DWS-paris/c861a9ec179fa3fa6425d718d1568f24 to your computer and use it in GitHub Desktop.
Vue appelant des routes dynamiques #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> | |
</ion-header> | |
<!-- Utilisation de la directive pour afficher le contenu de la page --> | |
<ion-content> | |
<!-- Utilisation de la directive permettant de générer des listes / https://goo.gl/knE6Rx --> | |
<ion-list> | |
<article (click)="getWpMemoItem(37)"> | |
<a>Ouvrir</a> | |
</article> | |
</ion-list> | |
</ion-content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment