This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
adelq
/
astroid-web
miroir de
https://github.com/adelq/astroid-web.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
77a5ead417
Branches
Tags
angular
develop
master
meteor
staging
yeoman
v0.1
astroid-web
/
client
/
views
/
tasks
/
task_list.html
task_list.html
79 B
Historique
Raw
1
2
3
4
5
<template name="todos">
{{#each tasks}}
{{> todoItem }}
{{/each}}
</template>