Skip to content

Instantly share code, notes, and snippets.

View Alaboudi1's full-sized avatar
🙏
Hope

Abdulaziz Alaboudi Alaboudi1

🙏
Hope
  • Riyadh, Saudi Arabia
  • 21:12 (UTC +03:00)
  • X @Aalaboudi1
View GitHub Profile
@Alaboudi1
Alaboudi1 / app.html
Last active June 18, 2017 12:16 — forked from jdanyow/app.html
Aurelia Gist
<template>
<!-- comment out the below require will not change the result -->
<!--<require from='comp'></require>-->
<div repeat.for="number of numbers">
${number}
<compose view-model="comp" model.bind="number"></compose>
</div>
Open the console