Skip to content

Instantly share code, notes, and snippets.

@DWS-paris
Created December 6, 2016 16:09
Show Gist options
  • Save DWS-paris/c861a9ec179fa3fa6425d718d1568f24 to your computer and use it in GitHub Desktop.
Save DWS-paris/c861a9ec179fa3fa6425d718d1568f24 to your computer and use it in GitHub Desktop.
Vue appelant des routes dynamiques #ionic2
<!-- 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